QGIS/tests/testdata/labeling/multi_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
843 B
JSON

{
"type": "FeatureCollection",
"name": "multi_polygon",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "ftype": null, "text": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 606977.505720823770389, 4826619.702517162077129 ], [ 608787.494279176229611, 4826612.25400457624346 ], [ 608802.391304347780533, 4825733.329519449733198 ], [ 606962.608695652219467, 4825785.469107550568879 ], [ 606977.505720823770389, 4826619.702517162077129 ] ] ], [ [ [ 609845.183066361583769, 4825487.528604118153453 ], [ 609889.874141876469366, 4825487.528604118153453 ], [ 609882.425629290635698, 4824876.750572081655264 ], [ 609837.734553775750101, 4824884.199084667488933 ], [ 609845.183066361583769, 4825487.528604118153453 ] ] ] ] } }
]
}