UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

25 lines (24 loc) 421 B
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "World boundary", "description": "World" }, "geometry": { "coordinates": [ [ [-180, 90], [-180, -90], [180, -90], [180, 90], [-180, 90] ] ], "type": "Polygon" } } ] }