From 657cfa20d3b4abc337988e2f83bd13e6ef2e2bb2 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 12 Jan 2012 09:33:43 +0000 Subject: [PATCH] feature impl update --- src/feature_style_processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.