QGIS/tests/testdata/labeling/point2.geojson

14 lines
1.0 KiB
Plaintext
Raw Normal View History

{
"type": "FeatureCollection",
"name": "point2",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32613" } },
"features": [
{ "type": "Feature", "properties": { "pkuid": 1, "text": "Single point" }, "geometry": { "type": "Point", "coordinates": [ 609510.0, 4825130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 2, "text": null }, "geometry": { "type": "Point", "coordinates": [ 606510.0, 4823130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 3, "text": null }, "geometry": { "type": "Point", "coordinates": [ 612510.0, 4823130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 4, "text": null }, "geometry": { "type": "Point", "coordinates": [ 612510.0, 4827130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 5, "text": null }, "geometry": { "type": "Point", "coordinates": [ 606510.0, 4827130.0 ] } },
{ "type": "Feature", "properties": { "pkuid": 6, "text": null }, "geometry": { "type": "Point", "coordinates": [ 610668.038585209171288, 4825535.144694533199072 ] } }
]
}