QGIS/tests/testdata/labeling/line_placement_1.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
444 B
JSON

{
"type": "FeatureCollection",
"name": "line_placement_1",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": "Line" }, "geometry": { "type": "LineString", "coordinates": [ [ 607117.534246575203724, 4826577.945205479860306 ], [ 609553.150685028638691, 4824142.328767025843263 ], [ 611725.06849324866198, 4826314.246575245633721 ] ] } }
]
}