mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
9 lines
579 B
JSON
9 lines
579 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "polygon_small",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "rowid": 1, "pkuid": 1, "ftype": null, "text": "Polygon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 609296.963470319635235, 4824822.831050228327513 ], [ 610198.652968036476523, 4824822.831050228327513 ], [ 610198.652968036476523, 4825238.995433789677918 ], [ 609296.963470319635235, 4825238.995433789677918 ], [ 609296.963470319635235, 4824822.831050228327513 ] ] ] } }
|
|
]
|
|
}
|