You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be better if the road in gray was under, so the possible path at the junction is visible.
Which OSM object is the "possible path at the junction"? In particular, see the same place at lower zoom level (https://www.openstreetmap.org/#map=15/48.8621/2.2939&layers=Y), the bicycle path is drawn on top of the primary road, not masked by it.
We could add extra conditions there to ensure consistent ordering of same highway value with different colors (blue and grey here), this would basically fix your second example. It would require a bit of measurement to ensure correct performances, but this is easily doable and I'll be happy to merge any PR implementing this.
the bicycle path is drawn on top of the primary road, not masked by it.
Yes, where there is a bicycle path, it's correct, the problem is only between similar roads, one with bike allowed and the other not.
We could add extra conditions there to ensure consistent ordering of same highway value with different colors (blue and grey here), this would basically fix your second example.
I think yes, it will be better when two roads are similar and one allows bike and the other one not, to draw the one that allows them over the other, so cyclists can see the path they can take.
It would require a bit of measurement to ensure correct performances, but this is easily doable and I'll be happy to merge any PR implementing this.
Thank you, I hope someone familiar with the code base will find that issue interesting!
Roads forbidden to bikes (in gray) may be rendered over roads accessible and hide them. Especially at junctions.
Example :
https://www.openstreetmap.org/#map=19/48.86188/2.29295&layers=Y
Would be better if the road in gray was under, so the possible path at the junction is visible.
Same place, different zoom :
now the forbidden road almost hide the allowed one in the bottom
Another place:
Render ok:
https://www.openstreetmap.org/#map=19/48.83736/2.37728&layers=Y
Render not ok:
https://www.openstreetmap.org/#map=20/48.83724/2.37742&layers=Y
The text was updated successfully, but these errors were encountered: