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

{
"type": "FeatureCollection",
"name": "point_ordered_obstacle_top",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": null }, "geometry": { "type": "Point", "coordinates": [ 609522.130937098874711, 4825235.13478819001466 ] } }
]
}