diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-10 16:14:37 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-11 22:04:52 +0300 |
commit | bd4441503f364020af286e62bdeb86f4475d5d0a (patch) | |
tree | f09f97b1cc9b5f613828613493f2fcd16d5b5c31 /test/fixtures | |
parent | 6179e0f9c05d178b2475e54a49568b57d66b68ae (diff) | |
download | qtlocation-mapboxgl-bd4441503f364020af286e62bdeb86f4475d5d0a.tar.gz |
[test] Added Map.SetStyleDefaultCamera test
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/api/empty-zoomed.json | 6 |
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": [] +} |