mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
9 lines
497 B
Plaintext
9 lines
497 B
Plaintext
|
{
|
||
|
"type": "FeatureCollection",
|
||
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
|
||
|
"features": [
|
||
|
{ "type": "Feature", "properties": { "id_b": "B1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.0, 4.0 ], [ 5.0, 4.0 ], [ 5.0, 6.0 ], [ 2.0, 6.0 ], [ 2.0, 4.0 ] ] ] } },
|
||
|
{ "type": "Feature", "properties": { "id_b": "B2" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.0, 4.0 ], [ 4.0, 4.0 ], [ 4.0, 6.0 ], [ 7.0, 6.0 ], [ 7.0, 4.0 ] ] ] } }
|
||
|
]
|
||
|
}
|