phpvms / phpvms_v2

Virtual Airline Management (not maintained)
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
41 stars 46 forks source link

Geonames import failed #130

Open SilentT-FR opened 9 years ago

SilentT-FR commented 9 years ago

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