+ restore #ifdefs around -> if(!p.process(symbols,*feature,prj_trans))

This commit is contained in:
Artem Pavlenko 2011-03-15 14:18:46 +00:00
parent 1830d59f00
commit 9b47d8353e

View File

@ -338,9 +338,9 @@ private:
rule::symbolizers const& symbols = r->get_symbolizers();
// if the underlying renderer is not able to process the complete set of symbolizers,
// process one by one.
//#ifdef SVG_RENDERER
#ifdef SVG_RENDERER
if(!p.process(symbols,*feature,prj_trans))
//#endif
#endif
{
BOOST_FOREACH (symbolizer const& sym, symbols)
{