[mkgmap-dev] Commit: r1544: Integrate continue with_actions to style branch.
From Felix Hartmann extremecarver at googlemail.com on Mon Feb 1 15:03:37 GMT 2010
On 01.02.2010 15:56, Steve Ratcliffe wrote: > >> That is exactly how it does work on the branch and how it is meant to >> work on trunk although as usual the random ordering of actions will >> make it unreliable. >> > It is worth pointing out that the name command works like 'add' and > not like 'set', so the correct result of: > > highway=path { name 'A' } > highway=path { name 'B' } > highway=path { name 'C' } > > is to set the name to 'A' and not 'C', whereas > > highway=path { set name=A } > highway=path { set name=B } > highway=path { set name=C } > > will result in ${name} being set to 'C'. > Thanks, will give it a try using set. So highway=path {set name=a} highway=path {set name='${name} path'} Should result in a path named: /a path/ whereas not using set the result would be a simple /a/ ..... > In both cases all the actions are actually run in order (on the > branch anyway). > > ..Steve > _______________________________________________ > mkgmap-dev mailing list > mkgmap-dev at lists.mkgmap.org.uk > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20100201/c6c3ab6c/attachment.html
- Previous message: [mkgmap-dev] Commit: r1544: Integrate continue with_actions to style branch.
- Next message: [mkgmap-dev] Commit: r1544: Integrate continue with_actions to style branch.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list