logo separator

[mkgmap-dev] name-tag-list_v1.patch

From Henning Scholland osm at aighes.de on Tue Apr 23 12:31:00 BST 2013

Hi,
is this option in general necessary? I think it could be quiet simple be 
solved in style-file.

name:en=* { set foobar:name='${name:en}' }
int_name=* & foobar:name!=* { set foobar:name='${int_name}' }
foobar:name=* {set name='${foobar:name}' ; delete foobar:name }

would be equal to: name-tag-list=name_en,int_name,name

The advantage of handing in style is, that you are much more flexible. 
E.g. use '${name} - ${name:en}' if you want to. I don't know if this is 
useful.

Henning



More information about the mkgmap-dev mailing list