summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-10 16:14:37 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-11 22:04:52 +0300
commitbd4441503f364020af286e62bdeb86f4475d5d0a (patch)
treef09f97b1cc9b5f613828613493f2fcd16d5b5c31 /test/fixtures
parent6179e0f9c05d178b2475e54a49568b57d66b68ae (diff)
downloadqtlocation-mapboxgl-bd4441503f364020af286e62bdeb86f4475d5d0a.tar.gz
[test] Added Map.SetStyleDefaultCamera test
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/api/empty-zoomed.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/api/empty-zoomed.json b/test/fixtures/api/empty-zoomed.json
new file mode 100644
index 0000000000..02d8fca99e
--- /dev/null
+++ b/test/fixtures/api/empty-zoomed.json
@@ -0,0 +1,6 @@
+{
+ "version": 8,
+ "zoom": 0.5,
+ "sources": {},
+ "layers": []
+}