summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeojson/04-polygon.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeojson/04-polygon.json')
-rw-r--r--tests/auto/qgeojson/04-polygon.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qgeojson/04-polygon.json b/tests/auto/qgeojson/04-polygon.json
new file mode 100644
index 00000000..3739f828
--- /dev/null
+++ b/tests/auto/qgeojson/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]
+}