<p>You can change how mapnik renders by defining different styles for different zooms.</p>
<p>Essentially with render hints you are saying that you would like this way to look like a different type of way. If this does not map to some verifiable attribute of the way then it becomes your preference.</p>
<p>Presumably there is something about the road that leads you to want it to look differently. Why not tag the physical (and verifyable) thing that is different, and change your style definition when you render it? </p>
<p>Is it the surface? The importance? The width? The destination? </p>
<p>  - Ben.</p>
<div class="gmail_quote">On Nov 1, 2012 5:13 PM, "Daniel O'Connor" <<a href="mailto:daniel.oconnor@gmail.com">daniel.oconnor@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div>

<font color="#232323"><div><font color="#232323">What do you guys think?</font></div></font></div></span></div></div></blockquote><div><br></div><div>It's non trivial to do it this way, but:</div><div><ul><li>Define a relationship between zoom level and number of ways/nodes within the bounding box</li>

<li>Sort the ways in a weighted fashion - roads first, land boundaries second, etc</li><li>Zoom level max, with 10 nodes to render: well, that should likely render everything</li><li>Zoom level max - 1 with 1 billion nodes to render - roads only</li>

</ul><div>To actually set up the balance between zoom and what to render would be hard, but I think that's a better approach than render hints. Alternatively, after implementing it, you could add a 'render weighting/interest' attribute to a lot of ways, which would be <i>like</i> a render hint but also suitable for other purposes - ie: routing or search.</div>

</div><div><br></div><div><br></div></div>
<br>_______________________________________________<br>
Talk-au mailing list<br>
<a href="mailto:Talk-au@openstreetmap.org">Talk-au@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk-au" target="_blank">http://lists.openstreetmap.org/listinfo/talk-au</a><br>
<br></blockquote></div>