jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.39k stars 390 forks source link

Update airport Yaoqiang (TNA/ZSJN) #431

Closed jpatokal closed 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by solomarathon:

UPDATE airports SET name='Yaoqiang', city='Jinan', country='China', iata='TNA', icao='ZSJN', x=117.215992, y=36.857214, elevation=76, timezone=8, dst='U' WHERE apid=4108;

Existing, potentially conflicting airport information:

Array
(
    [name] => Jinan
    [city] => Jinan
    [country] => China
    [iata] => TNA
    [icao] => ZSJN
    [x] => 117.215992
    [y] => 36.857214
    [elevation] => 76
    [apid] => 4108
    [uid] => 273
    [timezone] => 8
    [dst] => U
    [tz_id] => Asia/Chongqing
)

Cross-check this edit on other sites with compatible licensing:

jpatokal commented 8 years ago

Updated, thank you!