QGIS/tests/testdata/labeling/narrow_polygon.geojson

9 lines
548 B
Plaintext
Raw Normal View History

{
"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 ] ] ] } }
]
}