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
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to