logo separator

[mkgmap-dev] bug in name command when combined with continue with_actions

From Torsten Leistikow de_muur at gmx.de on Tue Mar 23 20:44:29 GMT 2010

Moin,

I want to create two symbols for a single element (tagged with key=value), and
both symbols shall have different name (alpha and bravo).

If my points style looks like the following

key=value {name 'alpha'}       [0x6005 resolution 20 continue with_actions]
key=value {name 'bravo'}       [0x5001 resolution 20 continue with_actions]

then I will get the two symbols, but both have the name alpha.


If I rewrite my style to

key=value {set name="alpha"}       [0x6005 resolution 20 continue with_actions]
key=value {set name="bravo"}       [0x5001 resolution 20 continue with_actions]

then I will get the two symbols with the correct names alpha and bravo.


Interestingly, if I just use the first version but without the with_actions
extension

key=value {name 'alpha'}       [0x6005 resolution 20 continue]
key=value {name 'bravo'}       [0x5001 resolution 20 continue]


then I will again get the two symbols with the correct names alpha and bravo.

Gruss
Torsten




More information about the mkgmap-dev mailing list