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 15:09:17 GMT 2010

On 01/02/10 15:03, Felix Hartmann wrote:
> 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/

Yes exactly

WAY 1
highway=path

WAY 2
highway=footway

<<<lines>>>
highway=path {set name=a}
highway=path {set name='${name} path'} [0x7]

highway=footway {name a}
highway=footway {name '${name} path'} [0x7]

Gives:

WAY 1: Line 0x7, name=<a path>, ref=<null>, res=24-24 (1/1),(2/2),

WAY 2: Line 0x7, name=<a>, ref=<null>, res=24-24 (1/1),(2/2),

..Steve



More information about the mkgmap-dev mailing list