@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
107 lines (106 loc) • 2.13 kB
JSON
{
"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": [
[
[],
[],
[],
[],
[]
]
]
}
},
{
"type": "Feature",
"properties": { "name": "outsideTwoByPolyTopRight" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[]
]
]
}
},
{
"type": "Feature",
"properties": { "name": "outsideTwoByPolyTopLeft" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[]
]
]
}
},
{
"type": "Feature",
"properties": { "name": "halfInsideTwoByPoly" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[]
]
]
}
},
{
"type": "Feature",
"properties": { "name": "twoByPoly" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[]
]
]
}
},
{
"type": "Feature",
"properties": { "name": "insideTwoByPoly" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[]
]
]
}
}
]
}