summaryrefslogtreecommitdiff
path: root/src/mbgl/map/live_tile_data.hpp
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2015-05-28 16:44:28 -0400
committerAnsis Brammanis <brammanis@gmail.com>2015-05-28 19:17:07 -0400
commit1e044a175cbb714182709b9929fe4a74bfa42322 (patch)
tree18f488db5b3909fbd35d458d73c273c2b4ff0772 /src/mbgl/map/live_tile_data.hpp
parent8962442b1b838445efaf8dc12003225facac2a06 (diff)
downloadqtlocation-mapboxgl-1e044a175cbb714182709b9929fe4a74bfa42322.tar.gz
Reparse tiles when zoom level > source maxzoom
so that layout property functions are applied correctly and so that label placement is redone js: https://github.com/mapbox/mapbox-gl-js/pull/1005 and https://github.com/mapbox/mapbox-gl-js/commit/440bc02505eb66f198a3d98708ddc3d9453f453f
Diffstat (limited to 'src/mbgl/map/live_tile_data.hpp')
-rw-r--r--src/mbgl/map/live_tile_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/live_tile_data.hpp b/src/mbgl/map/live_tile_data.hpp
index 0247c47fa7..7066fe13c9 100644
--- a/src/mbgl/map/live_tile_data.hpp
+++ b/src/mbgl/map/live_tile_data.hpp
@@ -11,7 +11,6 @@ class LiveTileData : public VectorTileData {
public:
LiveTileData(const TileID&,
AnnotationManager&,
- float mapMaxZoom,
Style&,
GlyphAtlas&,
GlyphStore&,
@@ -19,6 +18,7 @@ public:
util::ptr<Sprite>,
const SourceInfo&,
float,
+ float,
bool);
~LiveTileData();