Enhance the directionalCombo
to support sidewalk=both|left|right
#10839
Labels
field
An issue with a field in the user interface
In openstreetmap/id-tagging-schema#454 (comment) we came to the conclusion to add support to display sidewalk data on highway values.
There are three tagging schema in use. We support two already, but need to add the third one (which is in use 2.248.360 times).
In #9587 the
directionalCombo
was improved to support two of the variations. We now want to add the third which only applies to thesidewalk
tag.sidewalk=both
=> and display it assidewalk=yes
(which issidewalk:both=yes
)sidewalk=left
=> and display it assidewalk:left=yes
sidewalk=right
=> and display it assidewalk:right=yes
The text was updated successfully, but these errors were encountered: