summaryrefslogtreecommitdiffstats
path: root/examples/location/geojson_viewer/data/06-multipolygon.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/geojson_viewer/data/06-multipolygon.json')
-rw-r--r--examples/location/geojson_viewer/data/06-multipolygon.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/location/geojson_viewer/data/06-multipolygon.json b/examples/location/geojson_viewer/data/06-multipolygon.json
new file mode 100644
index 00000000..b006eae8
--- /dev/null
+++ b/examples/location/geojson_viewer/data/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]
+ ]
+ ]
+ ]
+}