QGIS/tests/testdata/labeling/polygon_with_bump.geojson
2019-12-29 13:03:23 +10:00

9 lines
649 B
JSON

{
"type": "FeatureCollection",
"name": "polygon_with_bump",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "text": "Polygon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 606838.421769172884524, 4823365.723994126543403 ], [ 606830.548566220561042, 4825499.961815882474184 ], [ 609650.881638120510615, 4825504.254800137132406 ], [ 611167.537569519481622, 4826799.859664612449706 ], [ 612373.130530139664188, 4826772.515005190856755 ], [ 612320.06524959357921, 4823344.497881907969713 ], [ 606838.421769172884524, 4823365.723994126543403 ] ] ] } }
]
}