Files
Speckle_GIS_Workshops/2025_BILT2025/square_json.json
T
KatKatKateryna 8aa41509f9 rearrange
2025-04-21 16:05:03 +01:00

9 lines
382 B
JSON

{
"type": "FeatureCollection",
"name": "square_json",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::27700" } },
"features": [
{ "type": "Feature", "properties": { "label": "EPSG:4326, [-10, -10, 10, 10]" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -10.0, -10.0 ], [ 10.0, -10.0 ], [ 10.0, 10.0 ], [ -10.0, 10.0 ], [ -10.0, -10.0 ] ] ] } }
]
}