disable SVG_RENDERER until #712 is resolved
This commit is contained in:
parent
a9cda83300
commit
df8a987501
2 changed files with 3 additions and 3 deletions
|
@ -329,7 +329,7 @@ opts.AddVariables(
|
|||
# Variables affecting rendering back-ends
|
||||
BoolVariable('INTERNAL_LIBAGG', 'Use provided libagg', 'True'),
|
||||
|
||||
BoolVariable('SVG_RENDERER', 'build support for native svg renderer', 'True'),
|
||||
BoolVariable('SVG_RENDERER', 'build support for native svg renderer', 'False'),
|
||||
|
||||
# Variables for optional dependencies
|
||||
('GEOS_CONFIG', 'The path to the geos-config executable.', 'geos-config'),
|
||||
|
|
|
@ -313,9 +313,9 @@ private:
|
|||
|
||||
// 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…
Reference in a new issue