logo separator

[mkgmap-dev] places without a name not rendered

From Felix Hartmann extremecarver at gmail.com on Tue Jan 28 10:46:16 GMT 2014

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.

>



More information about the mkgmap-dev mailing list