mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
12 lines
875 B
JSON
12 lines
875 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 6.0, 2.0 ], [ 9.0, 2.0 ], [ 9.0, 3.0 ], [ 11.0, 5.0 ] ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ -1.0, -1.0 ], [ 1.0, -1.0 ] ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 2.0, 0.0 ], [ 2.0, 2.0 ], [ 3.0, 2.0 ], [ 3.0, 3.0 ] ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 3.0, 1.0 ], [ 5.0, 1.0 ] ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 7.0, -3.0 ], [ 10.0, -3.0 ] ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 6.0, -3.0 ], [ 10.0, 1.0 ] ] } }
|
|
]
|
|
}
|