On the osm forum there are requests that some place names are not rendered or
hardly visible if the name tag is missing:
http://forum.openstreetmap.org/viewtopic.php?pid=394440#p394440
In the default style, places without a name are not rendered if it is a city or
a town.
I would suggest to adapt those lines:
place=city & cityxx!=yes & name=* {set cityxx=yes} [0x0700 resolution 18
continue with_actions]
place=town & cityxx!=yes & name=* {set cityxx=yes} [0x0800 resolution 19
continue with_actions]
replace by:
place=city & cityxx!=yes {set cityxx=yes} [0x0700 resolution 18 continue
with_actions]
place=town & cityxx!=yes {set cityxx=yes} [0x0800 resolution 19 continue
with_actions]
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev