summaryrefslogtreecommitdiff
path: root/include/llmr/style/bucket_description.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/bucket_description.hpp')
-rw-r--r--include/llmr/style/bucket_description.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/style/bucket_description.hpp b/include/llmr/style/bucket_description.hpp
index 9b1bb5c774..6011b53990 100644
--- a/include/llmr/style/bucket_description.hpp
+++ b/include/llmr/style/bucket_description.hpp
@@ -22,7 +22,7 @@ public:
std::string source_name;
std::string source_layer;
- PropertyFilterExpression filter = std::true_type();
+ FilterExpression filter;
// Specifies how the geometry for this bucket should be created
StyleBucketRender render;