logo separator

[mkgmap-dev] Name sequence

From Chris-Hein Lunkhusen chris66nrw at gmx.de on Fri Feb 12 18:18:17 GMT 2010

Hi,
I created a test map of Tokyo and want to use the name:en
tag for the names.

But I found that changing the name_tag = name:en in the
options file is not working.

Do I also have to change all references to 'name' in the
lines file to 'name:en' ?

# Set highway names to include the reference if there is one
highway=motorway {name '${ref|highway-symbol:hbox} ${name}' |
'${ref|highway-symbol:hbox}' | '${name}' }
highway=trunk {name '${ref|highway-symbol:hbox} ${name}' |
'${ref|highway-symbol:hbox}' | '${name}' }
highway=primary {name '${ref|highway-symbol:box} ${name}' |
'${ref|highway-symbol:box}' | '${name}' }
highway=secondary {name '${ref|highway-symbol:oval} ${name}' |
'${ref|highway-symbol:oval}' | '${name}' }
highway=* {name '${ref} ${name}' | '${ref}' | '${name}' }

Chris




More information about the mkgmap-dev mailing list