How do you tag information=guidepost
and information=route_marker
hanging on the same pole?
Example:
Above is a classic hiking guidepost for my region, directly below it is a bicycle route marker on the same metal post.
I often find myself pondering how to correctly represent such cases.
In other cases, two guidepost
for cycling and hiking separated are also hanging on the same pole, and the two signs have different refs and directions.
In principle, it may work to add bicycle=yes
and hiking=yes
to the same node and then possibly something like ref:bicycle
and ref:hiking
. But with the direction
values, it gets tricky.
Let’s take the following example:
tourism=information
information=guidepost
bicycle=yes
ref=ABCD
direction_north=Appletown
direction_south=Orangetown
operator=Olive Disctrict
and
tourism=information
information=guidepost
hiking=yes
ref=1234
direction_north=Cherrytown
direction_south=Plumtown
operator=Tomato Municipality
Hence my questions on this:
- How do you tag the case in the example image if the value for
information
is already different? - How do you tag two
guideposts
on one pole with different values on one pole?
Thanks!