QGIS/python/plugins/processing/tests/data/polygons.geojson
2013-08-20 09:22:03 +02:00

11 lines
1.3 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "ID": 1, "POLY_NUM_A": 1.1, "POLY_ST_A": "string a" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 270771.6333011096, 4458992.3534930153 ], [ 270791.33997533983, 4458993.4795886856 ], [ 270799.03496242024, 4458993.1042234618 ], [ 270799.03496242024, 4458993.1042234618 ], [ 270815.36334963952, 4458986.9106972748 ], [ 270818.55395403871, 4458973.9605970662 ], [ 270798.42294526967, 4458914.6266167583 ], [ 270780.81854857568, 4458914.2198344888 ], [ 270759.84833130869, 4458922.0961403074 ], [ 270766.19050536986, 4458980.3418058651 ], [ 270771.6333011096, 4458992.3534930153 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 2, "POLY_NUM_A": 2.2, "POLY_ST_A": "string b" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 270813.94335145224, 4458930.9869043007 ], [ 270826.51803935075, 4458988.1455448866 ], [ 270867.09612425708, 4458987.3911639042 ], [ 270870.43581757887, 4458937.3681130987 ], [ 270867.43289579143, 4458911.8432779051 ], [ 270834.58843874105, 4458902.2714647073 ], [ 270813.19262100535, 4458908.0896256706 ], [ 270813.63333506504, 4458913.927794693 ], [ 270813.94335145224, 4458930.9869043007 ] ] ] } }
]
}