#21746 closed enhancement (duplicate)
[Patch] Update default map paint style to handle better cycle lanes/tracks on both sides of the road
Reported by: | Emvee | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal mappaint style | Version: | |
Keywords: | Cc: |
Description
The default map paint style as is will not draw a cycle lane on both sides of the road if the way is mapped with cycleway:both=lane. Same problem if the way is mapped as oneway=yes + oneway:bicycle=no.
This patch does extend elemstyles.mapcss so that:
1) Also for cycleway:both, lane/shared_lane/track are drawn on both sides of the way
2) Also for oneway=* + oneway:bicycle=no, lane/shared_lane/track are drawn on both sides of the way
For an example for 1) see https://www.openstreetmap.org/way/325428232
For an example for 2) see https://www.openstreetmap.org/way/7009252
Attachments (1)
Change History (3)
by , 4 years ago
Attachment: | cycle_lane_track_both.patch added |
---|
comment:1 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Component: | Core → Internal mappaint style |
---|
Closed as duplicate of #19826.
Saw that I did already submit this patch earlier