Skip to content

Commit

Permalink
try to make description less misleading
Browse files Browse the repository at this point in the history
1) cycleway=opposite may be used also where there is no dedicated separate bicycle lane (but contraflow traffic is still allowed)

2) cycleway=opposite_lane is nowadays treated as inferior to tagging oneway:bicycle=no + (for example) cycleway:left=lane so it should not be phrased in way suggesting it to be preferable for cases where dedicated contraflow lane exists
  • Loading branch information
matkoniecz authored Mar 26, 2024
1 parent 692da6c commit e0a738e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/fields/cycleway.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"description": "A bike lane shared with a bus lane"
},
"opposite_lane": {
"title": "Opposite Bike Lane",
"description": "A bike lane that travels in the opposite direction of traffic"
"title": "Contraflow Bike Traffic",
"description": "Cyclisys may travel in both directions on a one-way street"
},
"opposite": {
"title": "Contraflow Bike Lane",
"description": "A bike lane that travels in both directions on a one-way street"
"title": "Contraflow Bike Traffic",
"description": "Cyclisys may travel in both directions on a one-way street"
},
"separate": {
"title": "Cycleway Mapped Separately",
Expand Down

0 comments on commit e0a738e

Please sign in to comment.