summaryrefslogtreecommitdiffstats
path: root/examples/location/geojson_viewer/data/04-polygon.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/geojson_viewer/data/04-polygon.json')
-rw-r--r--examples/location/geojson_viewer/data/04-polygon.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/location/geojson_viewer/data/04-polygon.json b/examples/location/geojson_viewer/data/04-polygon.json
new file mode 100644
index 00000000..e3c45416
--- /dev/null
+++ b/examples/location/geojson_viewer/data/04-polygon.json
@@ -0,0 +1,12 @@
+{
+ "type" : "Polygon",
+ "coordinates" : [
+ [
+ [17.13, 51.11],
+ [30.54, 50.42],
+ [26.70, 58.36],
+ [17.13, 51.11]
+ ]
+ ],
+ "bbox" : [50, -50, 10, -10]
+}