On 28.01.2014 11:44, Minko wrote:
@Felix, does this count for only for cities and not for
place=village
(place=village without a name is rendered by the default style)?
I think above 0x0800 is fine. But maybe it was also about internal
processing and the address search which then didn't work anymore if
city
without name was used.
I would stay away from 0x0800 or lower without name however.
Ok, that makes sense.
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.



_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to