QGIS/tests/testdata/labeling/line_placement_3.geojson
Nyall Dawson 175a075bd8 Use geojson files instead of sqlite for PAL test suite
It's much more git friendly...
2019-11-27 11:07:52 +10:00

9 lines
551 B
JSON

{
"type": "FeatureCollection",
"name": "line_placement_3",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": "Line" }, "geometry": { "type": "LineString", "coordinates": [ [ 607311.340640217182226, 4824518.681955846957862 ], [ 609078.934229813399725, 4824364.978165446780622 ], [ 609757.298244976671413, 4824478.650941438041627 ], [ 610445.459184597362764, 4824406.597502299584448 ], [ 611819.985158607596532, 4824352.169516246765852 ] ] } }
]
}