summaryrefslogtreecommitdiff
path: root/tests/auto/qgeojson/03-multipoint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeojson/03-multipoint.json')
-rw-r--r--tests/auto/qgeojson/03-multipoint.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qgeojson/03-multipoint.json b/tests/auto/qgeojson/03-multipoint.json
new file mode 100644
index 00000000..2cd83c60
--- /dev/null
+++ b/tests/auto/qgeojson/03-multipoint.json
@@ -0,0 +1,8 @@
+{
+ "type": "MultiPoint",
+ "coordinates": [
+ [11,60],
+ [5.5,60.3],
+ [5.7,58.90]
+ ]
+}