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
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: