From d9bebe84a50141f4a11299e501c3b4ff65106dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 9 Jul 2014 18:43:28 -0700 Subject: move render type to layer top level refs https://github.com/mapbox/mapbox-gl-style-spec/issues/80 --- include/llmr/style/style_bucket.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llmr/style/style_bucket.hpp') 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 Ptr; - BucketType type = BucketType::None; + StyleBucket(StyleLayerType type); + std::string name; std::shared_ptr source; std::string source_layer; -- cgit v1.2.1