logo separator

[mkgmap-dev] route_name(s) on different lines

From e.rossini73 at alice.it e.rossini73 at alice.it on Tue Feb 12 10:05:35 GMT 2013

This is my file relations:

# Route
type=route & (route=hiking | route=bicycle) { 
 apply { 
  set route='${route}';
  set route_ref='$(route_ref), ${ref}' | '${ref}';
  set route_name='$(route_name), ${name}' | '${name}'
 }
}

that makes a string like this:

route_ref      3,4 
route_name  Path name 3, Path name 4

I ask you: is it possible display every route name on a different line?
I mean like this:

Path name 3
Path name 4

Thanks.

--enrico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20130212/afd07ebb/attachment.html 


More information about the mkgmap-dev mailing list