QGIS/tests/testdata/labeling/point3.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

14 lines
1.0 KiB
JSON

{
"type": "FeatureCollection",
"name": "point3",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": "Single point" }, "geometry": { "type": "Point", "coordinates": [ 609510.0, 4825130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 2, "text": null }, "geometry": { "type": "Point", "coordinates": [ 606510.0, 4823130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 3, "text": null }, "geometry": { "type": "Point", "coordinates": [ 612510.0, 4823130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 4, "text": null }, "geometry": { "type": "Point", "coordinates": [ 612510.0, 4827130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 5, "text": null }, "geometry": { "type": "Point", "coordinates": [ 606510.0, 4827130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 6, "text": null }, "geometry": { "type": "Point", "coordinates": [ 610668.038585209171288, 4825535.144694533199072 ] } }
]
}