logo separator

[mkgmap-dev] Commit: r1544: Integrate continue with_actions to style branch.

From Steve Ratcliffe steve at parabola.me.uk on Mon Feb 1 14:56:57 GMT 2010

> 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'.

In both cases all the actions are actually run in order (on the
branch anyway).

..Steve



More information about the mkgmap-dev mailing list