mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
15 lines
988 B
JSON
15 lines
988 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 1.0, 1.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 3.0, 3.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 2.0, 2.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 5.0, 2.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 4.0, 1.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 0.0, -5.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 8.0, -1.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 7.0, -1.0 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ 0.0, -1.0 ] } }
|
|
]
|
|
}
|