Skip to content

Commit

Permalink
add SZG and CHO
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahg committed May 6, 2022
1 parent 3736d77 commit 1050702
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions airports.geojson
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [13.003333, 47.794444] },
"properties": {
"type": "mid",
"name": "Salzburg",
"abbrev": "SZG",
"location": "terminal",
"gps_code": "LOWS",
"iata_code": "SZG",
"wikipedia": "https://en.wikipedia.org/wiki/Salzburg_Airport",
"natlscale": 50
}
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-78.452778, 38.138611] },
"properties": {
"type": "mid",
"name": "Charlottesville",
"abbrev": "CHO",
"location": "terminal",
"gps_code": "KCHO",
"iata_code": "CHO",
"wikipedia": "https://en.wikipedia.org/wiki/Charlottesville–Albemarle_Airport",
"natlscale": 50
}
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-94.307778, 36.281667] },
Expand Down

0 comments on commit 1050702

Please sign in to comment.