mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
|
{
|
||
|
"type": "FeatureCollection",
|
||
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
|
||
|
"features": [
|
||
|
{ "type": "Feature", "properties": { "id_a": "A1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.0, 3.0 ], [ 3.0, 7.0 ], [ 6.0, 7.0 ], [ 6.0, 3.0 ], [ 3.0, 3.0 ] ] ] } }
|
||
|
]
|
||
|
}
|