summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/style_layer.hpp')
-rw-r--r--include/llmr/style/style_layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llmr/style/style_layer.hpp b/include/llmr/style/style_layer.hpp
index 5d8215cf0e..4d6b8d1fa8 100644
--- a/include/llmr/style/style_layer.hpp
+++ b/include/llmr/style/style_layer.hpp
@@ -61,6 +61,8 @@ public:
// The name of this layer.
const std::string id;
+ StyleLayerType type = StyleLayerType::Unknown;
+
// Bucket information, telling the renderer how to generate the geometries
// for this layer (feature property filters, tessellation instructions, ...).
std::shared_ptr<StyleBucket> bucket;