<div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">Andy Robinson</b> <<a href="mailto:Andy_J_Robinson@blueyonder.co.uk">Andy_J_Robinson@blueyonder.co.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there a logical reason why the town names of Tamworth and Nuneaton would<br>not appear on Mapnik level 12? The names appear on other zooms either side<br>and town= gets rendered at zoom 12 for plenty of other towns that I can see.
<br>Both have been in the db for quite some time.<br></blockquote></div><br>Not sure exactly what's causing it, but this is also evident in central London, where for some reason it's not showing "City", "Camden" or "Hackney" at z12 even though there is plenty of space.  Similar, but different, missing labels happen on z13.
<br><br>As an aside, I've added a few population= tags to large towns and small cities in England and Wales, so if the city-picking logic in renderers could be changed from matching place=city to <br><br>   (place=city && (undefined(population) || population >= 50000))
<br>|| (place=town && population > 100000))<br><br>this would result in somewhat better results at lowzooms (ie it'd get rid of Chichester, Lichfield and Ripon and add Guildford, Telford and Middlesbrough...).
<br><br>-- <br>Abi<br>