summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeojson/01-point.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeojson/01-point.json')
-rw-r--r--tests/auto/qgeojson/01-point.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qgeojson/01-point.json b/tests/auto/qgeojson/01-point.json
new file mode 100644
index 00000000..8dde108f
--- /dev/null
+++ b/tests/auto/qgeojson/01-point.json
@@ -0,0 +1,4 @@
+{
+ "type": "Point",
+ "coordinates": [11,60]
+}