-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoundary.js
8 lines (8 loc) · 2.66 KB
/
Boundary.js
1
2
3
4
5
6
7
8
var Boundary = {
"type": "FeatureCollection",
"name": "FUTA Admin Boundary",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.149885084734371, 7.292949634163102 ], [ 5.149652145876605, 7.292719253874867 ], [ 5.1495327269044, 7.29282359283034 ], [ 5.147821759798046, 7.292791817906872 ], [ 5.147845095620087, 7.292656006557699 ], [ 5.146508946289587, 7.292430867250718 ], [ 5.146447007891656, 7.292854227871619 ], [ 5.140581724514034, 7.293416876608478 ], [ 5.14043660691007, 7.293497388329565 ], [ 5.13951790221478, 7.293637441290135 ], [ 5.139158763173879, 7.293766860764512 ], [ 5.130094021742667, 7.294671800343513 ], [ 5.125094005627818, 7.298357718606686 ], [ 5.123555132783292, 7.299227069302693 ], [ 5.122334265628223, 7.299719743555684 ], [ 5.117643150433716, 7.301629643406239 ], [ 5.116860655709363, 7.301840860433157 ], [ 5.114100595265574, 7.303146971540912 ], [ 5.114410283504862, 7.304398779563523 ], [ 5.114863878812274, 7.30564991208222 ], [ 5.115785908071198, 7.30790544348111 ], [ 5.116311653795972, 7.30919614633217 ], [ 5.116775682788379, 7.310962097954603 ], [ 5.116751451267189, 7.312606612650852 ], [ 5.116456995764353, 7.314591654339432 ], [ 5.116325710705789, 7.316252637270063 ], [ 5.118145602693327, 7.315621445675087 ], [ 5.118297278872194, 7.315572837280166 ], [ 5.118560807516002, 7.315507737742156 ], [ 5.119670507957383, 7.315167251567896 ], [ 5.12093957461875, 7.314714257736673 ], [ 5.121554119624076, 7.314487853877807 ], [ 5.122615693668965, 7.314115658409002 ], [ 5.123549612913154, 7.313799940074353 ], [ 5.123684844936157, 7.313655617784884 ], [ 5.124075570132439, 7.31343824865619 ], [ 5.125296089281353, 7.312865736705197 ], [ 5.126160870012295, 7.31247051547025 ], [ 5.126328381944457, 7.31238990026776 ], [ 5.126751498928342, 7.312260183897011 ], [ 5.127110393077471, 7.312074893009564 ], [ 5.127916008896392, 7.311679948519417 ], [ 5.128243187697181, 7.311550684032667 ], [ 5.129280647773752, 7.311154642793631 ], [ 5.130800592263221, 7.310504871550539 ], [ 5.132372477570775, 7.309850859479447 ], [ 5.13389635117047, 7.309189088017837 ], [ 5.13557177573733, 7.308454752917597 ], [ 5.137995293323679, 7.307507727137861 ], [ 5.13979423733325, 7.306692970206293 ], [ 5.140687501313167, 7.306241715946805 ], [ 5.141660860710881, 7.305822009714466 ], [ 5.143783261861177, 7.304941845576862 ], [ 5.146243792365616, 7.303886847554129 ], [ 5.148765130846695, 7.302845119790552 ], [ 5.149497018201186, 7.297066391408273 ], [ 5.149574526785884, 7.293206547640597 ], [ 5.149885084734371, 7.292949634163102 ] ] ] ] } }
]
}