summaryrefslogtreecommitdiff
path: root/tests/auto/qgeojson/06-multipolygon.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeojson/06-multipolygon.json')
-rw-r--r--tests/auto/qgeojson/06-multipolygon.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/qgeojson/06-multipolygon.json b/tests/auto/qgeojson/06-multipolygon.json
new file mode 100644
index 00000000..30c05f14
--- /dev/null
+++ b/tests/auto/qgeojson/06-multipolygon.json
@@ -0,0 +1,21 @@
+{
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [17.13, 51.11],
+ [30.54, 50.42],
+ [26.74, 58.36],
+ [17.13, 51.11]
+ ]
+ ],
+ [
+ [
+ [19.84, 41.33],
+ [30.45, 49.26],
+ [17.07, 50.10],
+ [19.84, 41.33]
+ ]
+ ]
+ ]
+}