summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_bucket.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-09 18:43:28 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-09 18:43:28 -0700
commitd9bebe84a50141f4a11299e501c3b4ff65106dea (patch)
treeccc00ee5ab03eed6d7ec6b278810ad7038f5db8b /include/llmr/style/style_bucket.hpp
parentcd69784edb7031bb0de530d3779d3c6b1690ebb0 (diff)
downloadqtlocation-mapboxgl-d9bebe84a50141f4a11299e501c3b4ff65106dea.tar.gz
move render type to layer top level
refs https://github.com/mapbox/mapbox-gl-style-spec/issues/80
Diffstat (limited to 'include/llmr/style/style_bucket.hpp')
-rw-r--r--include/llmr/style/style_bucket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llmr/style/style_bucket.hpp b/include/llmr/style/style_bucket.hpp
index b963caba80..55ffeeb18e 100644
--- a/include/llmr/style/style_bucket.hpp
+++ b/include/llmr/style/style_bucket.hpp
@@ -71,7 +71,8 @@ class StyleBucket {
public:
typedef std::shared_ptr<StyleBucket> Ptr;
- BucketType type = BucketType::None;
+ StyleBucket(StyleLayerType type);
+
std::string name;
std::shared_ptr<Source> source;
std::string source_layer;