logo separator

[mkgmap-dev] places without a name not rendered

From Minko ligfietser at online.nl on Tue Jan 28 09:00:04 GMT 2014

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]


More information about the mkgmap-dev mailing list