Skip to content

Commit

Permalink
Adding part of Ukraine TMAs (#409)
Browse files Browse the repository at this point in the history
* Added UKBV FIR

* Added UKLL

* Added UKDD
  • Loading branch information
XShep authored Jan 25, 2025
1 parent ce107e2 commit 2228617
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 0 deletions.
59 changes: 59 additions & 0 deletions Boundaries/UKDV/UKDD.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"type": "Feature",
"properties": {
"id": "UKDD",
"prefix": [
"UKDD"
],
"name": "Dnipro Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
34.899166666666666,
48.083333333333336
],
[
34.597500000000004,
48.12833333333333
],
[
34.401666666666664,
48.27444444444444
],
[
34.401944444444446,
48.44194444444444
],
[
34.650277777777774,
48.727222222222224
],
[
35.20666666666667,
48.72805555555556
],
[
35.334722222222226,
48.60805555555556
],
[
35.66638888888889,
48.475
],
[
35.658055555555556,
48.168055555555554
],
[
34.899166666666666,
48.083333333333336
]
]
]
]
}
}
59 changes: 59 additions & 0 deletions Boundaries/UKDV/UKDV.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"type": "Feature",
"properties": {
"id": "UKDV",
"prefix": [
"UKDV"
],
"name": "Dnipro Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
34.80583333333333,
47.84166666666667
],
[
34.151944444444446,
48.187777777777775
],
[
34.151111111111106,
48.538888888888884
],
[
34.403888888888886,
48.753055555555555
],
[
35.202222222222225,
48.880833333333335
],
[
35.65,
48.666666666666664
],
[
36.00527777777778,
48.13916666666667
],
[
35.89666666666667,
47.98166666666667
],
[
35.31666666666667,
47.86666666666667
],
[
34.80583333333333,
47.84166666666667
]
]
]
]
}
}
75 changes: 75 additions & 0 deletions Boundaries/UKLL/UKLL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"type": "Feature",
"properties": {
"id": "UKLL",
"prefix": [
"UKLL"
],
"name": "Lviv Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
23.896666666666665,
50.075
],
[
23.783333333333335,
50.05
],
[
23.633333333333333,
49.983333333333334
],
[
23.416666666666668,
50
],
[
23.211944444444445,
50.02166666666667
],
[
23.058333333333334,
49.888333333333335
],
[
23.654999999999998,
49.52833333333333
],
[
24.311111111111114,
49.12361111111111
],
[
24.525277777777777,
49.371944444444445
],
[
24.7925,
49.67777777777778
],
[
24.65083333333333,
49.88
],
[
24.311944444444446,
50.06194444444444
],
[
24.24138888888889,
50.14222222222222
],
[
23.896666666666665,
50.075
]
]
]
]
}
}

0 comments on commit 2228617

Please sign in to comment.