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

{
"type": "FeatureCollection",
"name": "narrow_polygon",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 609880.990502035361715, 4825629.640434192493558 ], [ 609689.511533242883161, 4824037.971506105735898 ], [ 609761.316146540106274, 4824026.004070556722581 ], [ 609940.827679782989435, 4825605.705563093535602 ], [ 609880.990502035361715, 4825629.640434192493558 ] ] ] } }
]
}