logo separator

[mkgmap-dev] places without a name not rendered

From Minko ligfietser at online.nl on Tue Jan 28 11:04:20 GMT 2014

> > How about (place=town | place=city) & name!=* {set name=unknown} ??
> set name=unknown would work, as long as the the density is not too
> high.
> There were problems too with too often the same name. I would just use
> 
> (place=town | place=city) & name!=* {0x0b00}
> 
> and not set name to unknown.

I agree, unknown will clutter the map too much:
http://overpass-turbo.eu/s/2hC

Type 0x0b sounds good.

place=city & cityxx!=yes {set cityxx=yes} [0x0b00 resolution 18 continue with_actions]
place=town & cityxx!=yes {set cityxx=yes} [0x0b00 resolution 19 continue with_actions]
 


More information about the mkgmap-dev mailing list