mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
9 lines
402 B
JSON
9 lines
402 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "aoi",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "pkuid": 1, "ftype": "single" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 606510.0, 4827130.0 ], [ 612510.0, 4827130.0 ], [ 612510.0, 4823130.0 ], [ 606510.0, 4823130.0 ], [ 606510.0, 4827130.0 ] ] ] } }
|
|
]
|
|
}
|