summaryrefslogtreecommitdiff
path: root/test/api/annotations.test.cpp
diff options
context:
space:
mode:
authorSudarsana Babu Nagineni <sudarsana.babu@mapbox.com>2019-03-04 11:25:13 +0200
committerSudarsana Babu Nagineni <sudarsana.babu@mapbox.com>2019-03-04 13:49:51 +0200
commit9676028be8393aaf616f3abd6f2a3e6bf493b54c (patch)
tree6bf4c0c88eed3ea910a7822d32edaaff31301210 /test/api/annotations.test.cpp
parent405e20e3c8e1ba489fb48ad76fcbe5738ce643b3 (diff)
downloadqtlocation-mapboxgl-upstream/map_options.tar.gz
[WIP][core] Add Map optionsupstream/map_options
Diffstat (limited to 'test/api/annotations.test.cpp')
-rw-r--r--test/api/annotations.test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/api/annotations.test.cpp b/test/api/annotations.test.cpp
index d13bc15ea7..9208e671cb 100644
--- a/test/api/annotations.test.cpp
+++ b/test/api/annotations.test.cpp
@@ -6,6 +6,7 @@
#include <mbgl/style/style.hpp>
#include <mbgl/style/image.hpp>
#include <mbgl/map/map.hpp>
+#include <mbgl/map/map_options.hpp>
#include <mbgl/util/io.hpp>
#include <mbgl/util/run_loop.hpp>
#include <mbgl/util/color.hpp>
@@ -31,8 +32,9 @@ public:
ThreadPool threadPool { 4 };
float pixelRatio { 1 };
HeadlessFrontend frontend { pixelRatio, fileSource, threadPool };
+
Map map { frontend, MapObserver::nullObserver(), frontend.getSize(), pixelRatio, fileSource,
- threadPool, MapMode::Static};
+ threadPool, MapOptions().withMapMode(MapMode::Static)};
void checkRendering(const char * name) {
test::checkImage(std::string("test/fixtures/annotations/") + name,