On Sat, Apr 19, 2008 at 5:52 AM, Martijn van Oosterhout <<a href="mailto:kleptog@gmail.com">kleptog@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sat, Apr 19, 2008 at 2:23 PM, Brian Quinion<br>
<<a href="mailto:openstreetmap@brian.quinion.co.uk">openstreetmap@brian.quinion.co.uk</a>> wrote:<br>
>  >  IIRC, Mapnik supports bezier hinting for quite a while now, just<br>
>  >  no-one has gone and updated the stylesheet to use it.<br>
><br>
>  I was looking for these options the other day for a map I was doing<br>
>  but came to the conclusion that they had not yet been exposed at the<br>
>  stylesheet level.<br>
><br>
>  Do you have a short example of how to enable this?<br>
<br>
</div>Interesting, Artem sent a mail in January that he was working on it<br>
and I foolishly assumed that meant he was working on it in SVN.<br>
However looking through the source it seems you are right, there's<br>
nothing there.<br>
<br>
I'll bug him to release a patch at least so we can play with it.<br>
<div class="Ih2E3d"><br>
Have a nice day,<br>
--<br>
Martijn van Oosterhout <<a href="mailto:kleptog@gmail.com">kleptog@gmail.com</a>> <a href="http://svana.org/kleptog/" target="_blank">http://svana.org/kleptog/</a><br>
</div></blockquote></div><br>This bezier stuff is nice for the renderers, but it shouldn't be a substitute for having enough nodes to define the curve. Don't forget there are other data consumers/renderers that may not have the ability to do bezier curves. Extra nodes can always be reduced by using a simplification algorithm if the number of nodes is a problem for a particular application.<br>
<br>Karl<br>