summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-05 11:44:50 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-05 11:44:50 +0200
commitcdd79915050654e60905b789bba937d34f945cb7 (patch)
tree35d842c7d90d21a89f57c890681108ce0cebb83a /include
parent1ac5ed84ea1564ac0682201f02a61dfb3c738ace (diff)
downloadqtlocation-mapboxgl-cdd79915050654e60905b789bba937d34f945cb7.tar.gz
correctly calculate placement depth
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/vector_tile_data.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/map/vector_tile_data.hpp b/include/mbgl/map/vector_tile_data.hpp
index d31d11499d..edad228999 100644
--- a/include/mbgl/map/vector_tile_data.hpp
+++ b/include/mbgl/map/vector_tile_data.hpp
@@ -51,6 +51,9 @@ protected:
std::unordered_map<std::string, std::unique_ptr<Bucket>> buckets;
std::unique_ptr<TileParser> parser;
+
+public:
+ const float depth;
};
}