Skip to content

Instantly share code, notes, and snippets.

@lamchau
Created April 13, 2021 10:38
Show Gist options
  • Save lamchau/58c9cb4ff4a9e97a93856e84201cfe15 to your computer and use it in GitHub Desktop.
Save lamchau/58c9cb4ff4a9e97a93856e84201cfe15 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"id": "0",
"type": "Feature",
"properties": {
"abbrev": "NCL",
"name_en": "Newcastle Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.71034578407216,
55.037084860801954
]
}
},
{
"id": "1",
"type": "Feature",
"properties": {
"abbrev": "LSI",
"name_en": "Sumburgh Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.2880606883875354,
59.87668995989993
]
}
},
{
"id": "2",
"type": "Feature",
"properties": {
"abbrev": "PIK",
"name_en": "Glasgow Prestwick Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.610971639010682,
55.50889181051421
]
}
},
{
"id": "3",
"type": "Feature",
"properties": {
"abbrev": "MAN",
"name_en": "Manchester Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.2733715906942735,
53.36248960665181
]
}
},
{
"id": "4",
"type": "Feature",
"properties": {
"abbrev": "GLA",
"name_en": "Glasgow Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.431677969951069,
55.86418285703546
]
}
},
{
"id": "5",
"type": "Feature",
"properties": {
"abbrev": "LHR",
"name_en": "Heathrow Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.4531566520633094,
51.47099587999384
]
}
},
{
"id": "6",
"type": "Feature",
"properties": {
"abbrev": "LPL",
"name_en": "Liverpool John Lennon Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.858620657849379,
53.336375105442215
]
}
},
{
"id": "7",
"type": "Feature",
"properties": {
"abbrev": "BRS",
"name_en": "Bristol Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.7108646913430845,
51.38629341891484
]
}
},
{
"id": "8",
"type": "Feature",
"properties": {
"abbrev": "CWL",
"name_en": "Cardiff Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.339568764291176,
51.39862209110174
]
}
},
{
"id": "9",
"type": "Feature",
"properties": {
"abbrev": "EDI",
"name_en": "Edinburgh Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.3642846851355452,
55.9485540113639
]
}
},
{
"id": "10",
"type": "Feature",
"properties": {
"abbrev": "INV",
"name_en": "Inverness Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.063591755871405,
57.53950029234238
]
}
},
{
"id": "11",
"type": "Feature",
"properties": {
"abbrev": "KOI",
"name_en": "Kirkwall Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.9013784952450767,
58.95442887883035
]
}
},
{
"id": "12",
"type": "Feature",
"properties": {
"abbrev": "LTN",
"name_en": "Luton Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.3762272673974393,
51.8802952570969
]
}
},
{
"id": "13",
"type": "Feature",
"properties": {
"abbrev": "LBA",
"name_en": "Leeds Bradford International Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.6598310673474594,
53.86908194744343
]
}
},
{
"id": "14",
"type": "Feature",
"properties": {
"abbrev": "LGW",
"name_en": "Gatwick Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.16296163913945588,
51.155756751927456
]
}
},
{
"id": "15",
"type": "Feature",
"properties": {
"abbrev": "BHX",
"name_en": "Birmingham Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.7337317043445242,
52.45290855428381
]
}
},
{
"id": "16",
"type": "Feature",
"properties": {
"abbrev": "BFS",
"name_en": "Belfast International Airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.2161694373495795,
54.66155754701032
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment