@fboes/aerofly-data 1.8.1 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +1 -10
- package/CHANGELOG.md +6 -0
- package/data/aircraft-liveries.json +178 -23
- package/data/aircraft-liveries.json.d.ts +3 -0
- package/data/aircraft.json +132 -0
- package/data/aircraft.json.d.ts +3 -0
- package/data/airport-coordinates-object.json +1915 -1915
- package/data/airport-coordinates.json +331 -331
- package/data/airport-list.json +2 -2
- package/data/airports.geojson +83295 -83294
- package/dist/main.js +1 -1
- package/get-airports.js +126 -78
- package/package.json +1 -1
- package/src/aircraft-functions.js +33 -9
- package/src/airport-functions.js +5 -8
package/data/airport-list.json
CHANGED
|
@@ -2200,6 +2200,7 @@
|
|
|
2200
2200
|
"KDHT",
|
|
2201
2201
|
"KDIJ",
|
|
2202
2202
|
"KDIK",
|
|
2203
|
+
"KDJT",
|
|
2203
2204
|
"KDKB",
|
|
2204
2205
|
"KDKK",
|
|
2205
2206
|
"KDKR",
|
|
@@ -3147,7 +3148,6 @@
|
|
|
3147
3148
|
"KPAO",
|
|
3148
3149
|
"KPBG",
|
|
3149
3150
|
"KPBH",
|
|
3150
|
-
"KPBI",
|
|
3151
3151
|
"KPBX",
|
|
3152
3152
|
"KPCM",
|
|
3153
3153
|
"KPCW",
|
|
@@ -5808,6 +5808,7 @@
|
|
|
5808
5808
|
"SDYW",
|
|
5809
5809
|
"SDYX",
|
|
5810
5810
|
"SEAM",
|
|
5811
|
+
"SECA",
|
|
5811
5812
|
"SECO",
|
|
5812
5813
|
"SECU",
|
|
5813
5814
|
"SEGS",
|
|
@@ -5830,7 +5831,6 @@
|
|
|
5830
5831
|
"SESM",
|
|
5831
5832
|
"SEST",
|
|
5832
5833
|
"SESV",
|
|
5833
|
-
"SETM",
|
|
5834
5834
|
"SETN",
|
|
5835
5835
|
"SETR",
|
|
5836
5836
|
"SETU",
|