Skip to content

Commit

Permalink
Add SIP Boundaries (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanek1000804 authored Feb 14, 2023
1 parent 483c5f0 commit 1412a91
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 0 deletions.
255 changes: 255 additions & 0 deletions Boundaries/SIP/SIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
{
"type": "Feature",
"properties": {
"id": "SIP",
"prefix": [
"SIP"
],
"name": "Simferopol Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
34.966666667,
45.75
],
[
34.898888889,
45.768055556
],
[
34.788055556,
45.813611111
],
[
34.796944444,
45.903055556
],
[
34.747777778,
45.906944444
],
[
34.722222222,
45.9175
],
[
34.713611111,
45.928333333
],
[
34.636666667,
45.985
],
[
34.614722222,
45.996111111
],
[
34.596111111,
45.995555556
],
[
34.548333333,
45.978888889
],
[
34.526666667,
45.965555556
],
[
34.458888889,
45.948055556
],
[
34.429166667,
45.963333333
],
[
34.405277778,
45.997222222
],
[
34.393611111,
46.021388889
],
[
34.365,
46.038611111
],
[
34.344722222,
46.048055556
],
[
34.280277778,
46.055
],
[
34.229722222,
46.053333333
],
[
34.185277778,
46.057222222
],
[
34.154722222,
46.07
],
[
34.104166667,
46.105
],
[
34.064722222,
46.116388889
],
[
34.039166667,
46.107777778
],
[
34.009166667,
46.115555556
],
[
33.898055556,
46.166388889
],
[
33.858333333,
46.188055556
],
[
33.826666667,
46.195
],
[
33.794722222,
46.195
],
[
33.756111111,
46.185833333
],
[
33.733055556,
46.188333333
],
[
33.691388889,
46.2025
],
[
33.646111111,
46.228611111
],
[
33.628888889,
46.228888889
],
[
33.621666667,
46.218888889
],
[
33.629722222,
46.202222222
],
[
33.631111111,
46.157222222
],
[
33.615277778,
46.134166667
],
[
33.588055556,
46.126666667
],
[
33.526388889,
46.040833333
],
[
33.502777778,
45.997222222
],
[
33.483333333,
45.983333333
],
[
33.45,
45.933333333
],
[
33.1,
45.9
],
[
32.783333333,
45.816666667
],
[
32.936666667,
45.32
],
[
32.933333333,
44.593333333
],
[
33.218333333,
44.425
],
[
33.767777778,
44.283055556
],
[
34.067777778,
44.204166667
],
[
34.347222222,
44.372222222
],
[
34.64,
44.57
],
[
34.7,
44.8
],
[
34.735833333,
44.870555556
],
[
35,
45.383333333
],
[
35.054722222,
45.477777778
],
[
35.097222222,
45.546388889
],
[
34.966666667,
45.75
]
]
]
]
}
}
79 changes: 79 additions & 0 deletions Boundaries/SIP/SIP_R
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"type": "Feature",
"properties": {
"id": "SIP",
"prefix": [
"SIP_R"
],
"name": "Simferopol Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
34.123055556,
45.5
],
[
33.454166667,
45.495277778
],
[
33.361111111,
45.377222222
],
[
33.533333333,
44.95
],
[
33.645833333,
44.819722222
],
[
33.693888889,
44.763888889
],
[
33.775833333,
44.668611111
],
[
34.047777778,
44.621666667
],
[
34.094444444,
44.669166667
],
[
34.258888889,
44.835555556
],
[
34.335277778,
44.979166667
],
[
34.4,
45.1
],
[
34.410555556,
45.224722222
],
[
34.410833333,
45.359722222
],
[
34.123055556,
45.5
]
]
]
]
}
}

0 comments on commit 1412a91

Please sign in to comment.