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

{
"type": "FeatureCollection",
"name": "aoi",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "ftype": "single" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 606510.0, 4827130.0 ], [ 612510.0, 4827130.0 ], [ 612510.0, 4823130.0 ], [ 606510.0, 4823130.0 ], [ 606510.0, 4827130.0 ] ] ] } }
]
}