Skip to content

Commit

Permalink
feat: ENCN
Browse files Browse the repository at this point in the history
Add ENCN
  • Loading branch information
blt950 authored Oct 20, 2024
2 parents 9580111 + 2467d7b commit 2789fc6
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
153 changes: 153 additions & 0 deletions public/data/encn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{
"airport": {
"icao": "ENCN",
"latitude": 58.203888888889,
"longitude": 8.085
},
"stands": [
[
"10",
58.203461111111,
8.0762305555556,
"D"
],
[
"11",
58.203161111111,
8.0761555555556,
"C"
],
[
"12",
58.202841666667,
8.0757777777778,
"C"
],
[
"13",
58.202513888889,
8.0753944444444,
"C"
],
[
"14",
58.2022,
8.075025,
"C"
],
[
"15",
58.201888888889,
8.0746583333333,
"C"
],
[
"16",
58.201566666667,
8.0742805555556,
"C"
],
[
"17",
58.201255555556,
8.0739138888889,
"C"
],
[
"18",
58.200905555556,
8.0735,
"C"
],
[
"19",
58.200538888889,
8.0729805555556,
"D"
],
[
"31",
58.200294444444,
8.0726611111111,
"A"
],
[
"32",
58.20020277777,
8.0725555555556,
"A"
],
[
"33",
58.200111111111,
8.0724444444444,
"A"
],
[
"34",
58.200238888889,
8.0728333333333,
"A"
],
[
"35",
58.200147222222,
8.0727277777778,
"A"
],
[
"36",
58.200055555556,
8.0726194444444,
"A"
],
[
"37",
58.200116666667,
8.0730138888889,
"A"
],
[
"38",
58.199977777778,
8.0728555555556,
"A"
],
[
"41",
58.200613888889,
8.0761583333333,
"A"
],
[
"42",
58.20065,
8.0764555555556,
"A"
],
[
"43",
58.200833333333,
8.0768972222222,
"A"
],
[
"44",
58.200969444444,
8.0770583333333,
"A"
],
[
"45",
58.201105555556,
8.0772194444444,
"A"
],
[
"46",
58.201244444444,
8.0773805555556,
"A"
]
]
}
5 changes: 5 additions & 0 deletions public/data/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
"icao": "ENTC",
"city": "Tromsø Langnes",
"verified": true
},
"ENCN": {
"icao": "ENCN",
"city": "Kristiansand Kjevik",
"verified": true
}
},

Expand Down

0 comments on commit 2789fc6

Please sign in to comment.