@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
33 lines (32 loc) • 793 B
JSON
{
"type": "FeatureCollection",
"name": "samoa-eez-cross",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84",
"description": "polygons that crosses Samoa EEZ and extends further to the West and East"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "samoa-eez-cross"
},
"geometry": {
"coordinates": [
[
[-176.3092763659175, -13.56909448925525],
[-176.3092763659175, -14.520378258632789],
[-170.88851710697776, -14.520378258632789],
[-170.88851710697776, -13.56909448925525],
[-176.3092763659175, -13.56909448925525]
]
],
"type": "Polygon"
},
"id": 1
}
]
}