UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

107 lines (106 loc) 2.13 kB
{ "type": "FeatureCollection", "name": "squares", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "name": "outsideTwoByPolyBottomRight" }, "geometry": { "type": "Polygon", "coordinates": [ [ [3.0, 0.0], [4.0, 0.0], [4.0, 1.0], [3.0, 1.0], [3.0, 0.0] ] ] } }, { "type": "Feature", "properties": { "name": "outsideTwoByPolyTopRight" }, "geometry": { "type": "Polygon", "coordinates": [ [ [3.0, 3.0], [4.0, 3.0], [4.0, 4.0], [3.0, 4.0], [3.0, 3.0] ] ] } }, { "type": "Feature", "properties": { "name": "outsideTwoByPolyTopLeft" }, "geometry": { "type": "Polygon", "coordinates": [ [ [0.0, 3.0], [1.0, 3.0], [1.0, 4.0], [0.0, 4.0], [0.0, 3.0] ] ] } }, { "type": "Feature", "properties": { "name": "halfInsideTwoByPoly" }, "geometry": { "type": "Polygon", "coordinates": [ [ [1.0, 1.0], [3.0, 1.0], [3.0, 2.0], [1.0, 2.0], [1.0, 1.0] ] ] } }, { "type": "Feature", "properties": { "name": "twoByPoly" }, "geometry": { "type": "Polygon", "coordinates": [ [ [0.0, 0.0], [2.0, 0.0], [2.0, 2.0], [0.0, 2.0], [0.0, 0.0] ] ] } }, { "type": "Feature", "properties": { "name": "insideTwoByPoly" }, "geometry": { "type": "Polygon", "coordinates": [ [ [0.0, 0.0], [1.0, 0.0], [1.0, 1.0], [0.0, 1.0], [0.0, 0.0] ] ] } } ] }