+ enable 'smooth' converter
This commit is contained in:
parent
a2115c718b
commit
9c88495a07
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void agg_renderer<T>::process(line_pattern_symbolizer const& sym,
|
|||
|
||||
if (sym.clip()) converter.set<clip_line_tag>(); //optional clip (default: true)
|
||||
converter.set<transform_tag>(); //always transform
|
||||
//if (sym.smooth() > 0.0) converter.set<smooth_tag>(); // FIXME optional smooth converter
|
||||
if (sym.smooth() > 0.0) converter.set<smooth_tag>(); // optional smooth converter
|
||||
|
||||
BOOST_FOREACH(geometry_type & geom, feature->paths())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue