[mkgmap-dev] Commit: r1235: Fix hang on continue action.From Steve Ratcliffe steve at parabola.me.uk on Thu Oct 1 11:51:13 BST 2009
Hi
> highway=crossing& crossing=zebra_crossing {set
> highway=deleted_crossing} [0x4004 resolution 24 continue]
> highway=crossing [0x610f resolution 24 continue]
>
> two elements are created on the map (0x610f and 0x4004).
>
> My idea of the continue-statement would mean, that only the first
> element should be created, because afterwards the second rule isn't
> matching anymore.
Yes that is what should happen, so it is a bug.
Previously changing a tag that was later matched did not work reliably,
but I added code to make it work as part of strict ordering. Or so I
thought!
..Steve
More information about the mkgmap-dev mailing list |