mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T111, allow to search for location in coordinate form
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bb4f0e7a13
commit
ccdfa8e12f
@@ -672,6 +672,12 @@ namespace BlackCore
|
||||
return CAirport();
|
||||
}
|
||||
|
||||
CAirport CWebDataServices::getAirportForNameOrLocation(const QString &nameOrLocation) const
|
||||
{
|
||||
if (m_airportDataReader) { return m_airportDataReader->getAirportForNameOrLocation(nameOrLocation); }
|
||||
return CAirport();
|
||||
}
|
||||
|
||||
CCountry CWebDataServices::getCountryForIsoCode(const QString &iso) const
|
||||
{
|
||||
if (m_icaoDataReader) { return m_icaoDataReader->getCountryForIsoCode(iso); }
|
||||
|
||||
Reference in New Issue
Block a user