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

{
"type": "FeatureCollection",
"name": "polygon_with_hole",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "ftype": null, "text": "Polygon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 606835.983981693396345, 4826969.782608695328236 ], [ 606880.675057208281942, 4823387.048054919578135 ], [ 612184.016018306603655, 4823327.459954232908785 ], [ 612161.670480549219064, 4826984.679633866995573 ], [ 606835.983981693396345, 4826969.782608695328236 ] ], [ [ 606925.366132723051123, 4826917.643020594492555 ], [ 606955.160183066385798, 4824370.251716247759759 ], [ 612116.979405034217052, 4824347.906178489327431 ], [ 612072.288329519447871, 4826872.951945079490542 ], [ 606925.366132723051123, 4826917.643020594492555 ] ] ] } }
]
}