mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
+ restore #ifdefs around -> if(!p.process(symbols,*feature,prj_trans))
This commit is contained in:
parent
1830d59f00
commit
9b47d8353e
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user