disable SVG_RENDERER until #712 is resolved

This commit is contained in:
Dane Springmeyer 2011-02-09 10:43:59 +00:00
parent a9cda83300
commit df8a987501
2 changed files with 3 additions and 3 deletions

View file

@ -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'),

View file

@ -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)