2016-02-04 13:36:13 +01:00

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 ] ] } }
]
}