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

_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to