summaryrefslogtreecommitdiff
path: root/src/mbgl/map/vector_tile_data.hpp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-10-27 17:46:19 -0400
committerAnsis Brammanis <brammanis@gmail.com>2016-01-06 14:10:23 -0800
commitdc1630f50d1a3493acd2afe42aa2b8dd2e8876fb (patch)
treed5553632ec84bb67793e814e82a3237f09ea2e2c /src/mbgl/map/vector_tile_data.hpp
parent9d6cb1361c84fbc6736b2842037d8a3cff580d1a (diff)
downloadqtlocation-mapboxgl-dc1630f50d1a3493acd2afe42aa2b8dd2e8876fb.tar.gz
[core] always add labels to buffers in MapMode::Still
To minimize label clipping.
Diffstat (limited to 'src/mbgl/map/vector_tile_data.hpp')
-rw-r--r--src/mbgl/map/vector_tile_data.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/map/vector_tile_data.hpp b/src/mbgl/map/vector_tile_data.hpp
index 1b31f3db86..3d877de600 100644
--- a/src/mbgl/map/vector_tile_data.hpp
+++ b/src/mbgl/map/vector_tile_data.hpp
@@ -22,6 +22,7 @@ public:
std::unique_ptr<GeometryTileMonitor> monitor,
std::string sourceID,
Style&,
+ const MapMode,
const std::function<void()>& callback);
~VectorTileData();