Created
January 26, 2020 10:51
-
-
Save martinbpeters/39f26dbcaabd3d6ead9c7d5b347cd42d to your computer and use it in GitHub Desktop.
Ireland Airports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {"name": "Cork Airport", "IATA_code": "ORK", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.493798524458427, 51.84173815] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Donegal Airport", "IATA_code": "CFN", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.340897118482001, 55.0445249] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Dublin Airport", "IATA_code": "DUB", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-6.244182586669922, 53.426923691696736] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Weston Airport", "IATA_code": "WST", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-6.48942572643168, 53.3522884] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Galway Airport", "IATA_code": "GWY", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.94087558809792, 53.30032235] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Kerry Airport (Farranfore Airport)", "IATA_code": "KIR", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-9.525779717512439, 52.180909650000004] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Ireland West Airport Knock", "IATA_code": "NOC", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.81313884580053, 53.91159225] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Shannon Airport", "IATA_code": "SNN", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.920720998799737, 52.69960575] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Sligo Airport", "IATA_code": "SXL", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-8.59661277015174, 54.2796561] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Waterford Airport", "IATA_code": "WAT", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-7.086350954115158, 52.1868444] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Belfast International Airport", "IATA_code": "BFS", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-6.217588193360857, 54.66178895] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "George Best Belfast City Airport", "IATA_code": "BHD", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-5.870671350164308, 54.6146922] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "City of Derry Airport", "IATA_code": "LDY", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-7.155902754752817, 55.039795749999996] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {"name": "Enniskillen/St Angelo Airport", "IATA_code": "ENK", "marker-size": "medium", "marker-color": "#FF0000", "marker-symbol": "airport"}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-7.644242816961603, 54.3957354] | |
} | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment