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

{
"type": "FeatureCollection",
"name": "polygon_small",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "rowid": 1, "pkuid": 1, "ftype": null, "text": "Polygon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 609296.963470319635235, 4824822.831050228327513 ], [ 610198.652968036476523, 4824822.831050228327513 ], [ 610198.652968036476523, 4825238.995433789677918 ], [ 609296.963470319635235, 4825238.995433789677918 ], [ 609296.963470319635235, 4824822.831050228327513 ] ] ] } }
]
}