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