> > 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]
 
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to