+ temp fix to compile : FIXME
This commit is contained in:
parent
9a0248559f
commit
5e63e42673
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@ void feature_style_processor<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<double>("filter_factor",0.0) == 0.0)
|
||||
ds->type() == datasource::Raster)
|
||||
//ds->params().get<double>("filter_factor",0.0) == 0.0) // FIXME !!!
|
||||
{
|
||||
rule::symbolizers const& symbols = r.get_symbolizers();
|
||||
rule::symbolizers::const_iterator symIter = symbols.begin();
|
||||
|
|
Loading…
Reference in a new issue