agmission/Development/libs/shapefile/test/polygonm.json

8 lines
213 B
JSON

{
"type": "FeatureCollection",
"bbox": [0, 0, 5, 5],
"features": [
{"type": "Feature", "properties": {}, "geometry": {"type": "Polygon", "coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]]}}
]
}