Hi all,
the attached patch changes the java code to also evaluate the tags
destination:street
destination:lanes:forward
destination:lanes:backward
If destination!=* and one of these tags is found the tag destination is set to the corresponding value.
The order of evaluation with this patch is :
destination
destination:lanes (if the value contains no pipe symbol "|" )
destination:lanes:forward or destination:lanes:backward (if the value contains no pipe symbol "|" )
destination:street
destination:forward or destination:backward
If you think the order is not okay, please let me know. Note that your rules may still evaluate the listed
tags to create the text for the hint.
Gerd