From 5e63e426736860cb2c3ba4649dd654667bd8c936 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 5 Mar 2012 14:04:06 +0000 Subject: [PATCH] + temp fix to compile : FIXME --- src/feature_style_processor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/feature_style_processor.cpp b/src/feature_style_processor.cpp index 18e05cd9e..78e124c05 100644 --- a/src/feature_style_processor.cpp +++ b/src/feature_style_processor.cpp @@ -321,8 +321,8 @@ void feature_style_processor::apply_to_layer(layer const& lay, Proces BOOST_FOREACH(rule const& r, style->get_rules()) { if (r.active(scale_denom) && - ds->type() == datasource::Raster && - ds->params().get("filter_factor",0.0) == 0.0) + ds->type() == datasource::Raster) + //ds->params().get("filter_factor",0.0) == 0.0) // FIXME !!! { rule::symbolizers const& symbols = r.get_symbolizers(); rule::symbolizers::const_iterator symIter = symbols.begin();