Skip to content

Commit

Permalink
Add Kingston TMAs (#381)
Browse files Browse the repository at this point in the history
* Add Kingston TMAs

* Update MKJP.json

Removed extra line, added last coordinate to be the same as the first.

* Update MKJS.json

Removed extra line, added last coordinate to be the same as the first.

* Update MWCR.json

Removed extra line, added last coordinate to be the same as the first.
  • Loading branch information
catchingstrays authored Sep 14, 2024
1 parent a3bbf6b commit 738206e
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 0 deletions.
99 changes: 99 additions & 0 deletions Boundaries/MKJP/MKJP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"type": "Feature",
"properties": {
"id": "MKJP",
"prefix": [
"MKJP"
],
"name": "Manley Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-77.354722,
18.972639
],
[
-77.354722,
17.472472
],
[
-77.087667,
17.331194
],
[
-76.980000,
17.292222
],
[
-76.772750,
17.266778
],
[
-76.599167,
17.291111
],
[
-76.485444,
17.332639
],
[
-76.390556,
17.385000
],
[
-76.306917,
17.449361
],
[
-76.248889,
17.509444
],
[
-76.185583,
17.594694
],
[
-76.148056,
17.666111
],
[
-76.102194,
17.804778
],
[
-76.088972,
17.919167
],
[
-76.095833,
18.035000
],
[
-76.148111,
18.207750
],
[
-76.254472,
18.369417
],
[
-76.376528,
18.478472
],
[
-76.494722,
18.542500
],
[
-77.354722,
18.972639
]
]
]
]
}
}
107 changes: 107 additions & 0 deletions Boundaries/MKJS/MKJS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"type": "Feature",
"properties": {
"id": "MKJS",
"prefix": [
"MKJS"
],
"name": "Sangster Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-77.354722,
18.972639
],
[
-77.354722,
17.472472
],
[
-78.272889,
17.929056
],
[
-78.370361,
17.995806
],
[
-78.480917,
18.110472
],
[
-78.547222,
18.217778
],
[
-78.601667,
18.375833
],
[
-78.615333,
18.518361
],
[
-78.595833,
18.660278
],
[
-78.553694,
18.780194
],
[
-78.505833,
18.862778
],
[
-78.434722,
18.952222
],
[
-78.368917,
19.015556
],
[
-78.300556,
19.062222
],
[
-78.215278,
19.110278
],
[
-78.086389,
19.152500
],
[
-77.972500,
19.168611
],
[
-77.836778,
19.168833
],
[
-77.706111,
19.137222
],
[
-77.614000,
19.109528
],
[
-77.521111,
19.058528
],
[
-77.354722,
18.972639
]
]
]
]
}
}
43 changes: 43 additions & 0 deletions Boundaries/MWCR/MWCR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"type": "Feature",
"properties": {
"id": "MWCR",
"prefix": [
"MWCR"
],
"name": "Cayman Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-79.500000,
20.000000
],
[
-79.500000,
19.333861
],
[
-80.999722,
18.667167
],
[
-82.083139,
18.667139
],
[
-81.999722,
20.000000
],
[
-79.500000,
20.000000
]
]
]
]
}
}

0 comments on commit 738206e

Please sign in to comment.