You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for testing i have change OperationsData.class.php
ligne 686
$url = Config::Get('GEONAME_API_SERVER').'/searchJSON?maxRows=1&username=silentt&style=medium&featureCode=AIRP&type=json&q='.$icao;
RetrieveAirportInfo
geoname change
it need to write the username
http://ws.geonames.org/searchJSON?maxRows=1&username=silentt&style=medium&featureCode=AIRP&type=json&q=DAAE;
for testing i have change OperationsData.class.php
ligne 686
$url = Config::Get('GEONAME_API_SERVER').'/searchJSON?maxRows=1&username=silentt&style=medium&featureCode=AIRP&type=json&q='.$icao;
so doesn't work