logo separator

[mkgmap-dev] Road name depending on the zoom level

From toc-rox Klaus.Tockloth at googlemail.com on Thu Aug 25 07:55:06 BST 2011

You can do something like this in your lines style file:

highway = primary {set name = '${name}' | '${ref}' | ''} [0x03 road_class=3
road_speed=5 resolution 24 continue with_actions]
highway = primary {set name = '${name}' | '${ref}' | ''} [0x01040e
resolution 23 continue with_actions]
highway = primary {set name = '${ref}' | ''} [0x010f0e resolution 22
continue with_actions]
highway = primary {set name = ''} [0x010f0f resolution 20]

Option: You can make the street labels invisible (for a specific zoom level)
in your TYP file.

Klaus

--
View this message in context: http://gis.638310.n2.nabble.com/Road-name-depending-on-the-zoom-level-tp6722114p6723453.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.



More information about the mkgmap-dev mailing list