diff --git a/src/feature_style_processor.cpp b/src/feature_style_processor.cpp index f2204cba8..d63222b67 100644 --- a/src/feature_style_processor.cpp +++ b/src/feature_style_processor.cpp @@ -359,7 +359,7 @@ void feature_style_processor::apply_to_layer(layer const& lay, Proces while ((feature = features->next())) { - if (prev && prev->props()[group_by] != feature->props()[group_by]) + if (prev && prev->get(group_by) != feature->get(group_by)) { // We're at a value boundary, so render what we have // up to this point.