summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeojson/05-multilinestring.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeojson/05-multilinestring.json')
-rw-r--r--tests/auto/qgeojson/05-multilinestring.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qgeojson/05-multilinestring.json b/tests/auto/qgeojson/05-multilinestring.json
new file mode 100644
index 00000000..68d9de63
--- /dev/null
+++ b/tests/auto/qgeojson/05-multilinestring.json
@@ -0,0 +1,7 @@
+{
+ "type": "MultiLineString",
+ "coordinates": [
+ [[13.5, 43], [10.73, 59.92]],
+ [[9.15, 45], [-3.15, 58.90]]
+ ]
+}