Hi<br><br>I've just updated lines2curves.pl, its a script that takes an osmarender svg file and replaces the straight-line joined ways with bezier interpolated ways (and areas). <br><br>I'd appreciate feedback on the resulting svg's and the program itself - early on I had problems with some ways that caused it to crash, but it looks to be stable now.
<br><br>There's a page giving a couple of samples at: <a href="http://wiki.openstreetmap.org/index.php/Osmarender/BezierCurves">http://wiki.openstreetmap.org/index.php/Osmarender/BezierCurves</a> <br><br>The script is simple to run from the command line:
<br><br># ./lines2curves.pl original.svg > new.svg<br><br>The script requires Math::Vec<br><br>Cheers Baz.<br clear="all"><br>-- <br>Live as if you were to die tomorrow. Learn as if you were to live forever. - Gandhi.