From 738206ea0ca36a8f7c7f19f15030a35f19bafcbf Mon Sep 17 00:00:00 2001 From: catchingstrays Date: Sat, 14 Sep 2024 04:18:25 -0700 Subject: [PATCH] Add Kingston TMAs (#381) * 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. --- Boundaries/MKJP/MKJP.json | 99 +++++++++++++++++++++++++++++++++++ Boundaries/MKJS/MKJS.json | 107 ++++++++++++++++++++++++++++++++++++++ Boundaries/MWCR/MWCR.json | 43 +++++++++++++++ 3 files changed, 249 insertions(+) create mode 100644 Boundaries/MKJP/MKJP.json create mode 100644 Boundaries/MKJS/MKJS.json create mode 100644 Boundaries/MWCR/MWCR.json diff --git a/Boundaries/MKJP/MKJP.json b/Boundaries/MKJP/MKJP.json new file mode 100644 index 00000000..78e95256 --- /dev/null +++ b/Boundaries/MKJP/MKJP.json @@ -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 + ] + ] + ] + ] + } +} diff --git a/Boundaries/MKJS/MKJS.json b/Boundaries/MKJS/MKJS.json new file mode 100644 index 00000000..3ecaf0cd --- /dev/null +++ b/Boundaries/MKJS/MKJS.json @@ -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 + ] + ] + ] + ] + } +} diff --git a/Boundaries/MWCR/MWCR.json b/Boundaries/MWCR/MWCR.json new file mode 100644 index 00000000..8006a9cf --- /dev/null +++ b/Boundaries/MWCR/MWCR.json @@ -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 + ] + ] + ] + ] + } +}