Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/modify menu to display ALL cycleways #73

Open
markongh opened this issue Jun 23, 2024 · 4 comments
Open

Add/modify menu to display ALL cycleways #73

markongh opened this issue Jun 23, 2024 · 4 comments

Comments

@markongh
Copy link

Under the Transportation -> Cycling menu, it would be helpful to have an option to display ALL cycleways in a similar fashion to how all footways are displayed under the Transportation -> Walking -> Footways menu. Currently, only Cycle Routes are displayed which neglects any cycleways that are not part of a designated route relation. The Footways menu will display cycleways if they have the Allowed Access tag foot=yes/designated, but if there is a cycleway with the foot= tag not specified and it is not part of a cycle route relation, it will not show up in either the Footways or Cycle Routes menus.

Proposed solution: Add a menu under Transportation -> Cycling to display all cycleways, similar to how the Footways menu operates under Transportation -> Walking.

Another possible solution would be to modify the Cycle Routes menu to display all cycle ways, but I see value in having a menu option that only displays Cycle Routes.

I frequently use OpenStreetBrowser to identify areas where footways and cycleways are not well mapped in order to improve pedestrian routing and I've come across this shortfall a few times. Here is an example of one such case: https://www.openstreetbrowser.org/#map=18/39.06248/-76.96341&basemap=osm-mapnik&categories=footways,cycle_routes

@plepe plepe transferred this issue from plepe/OpenStreetBrowser Jun 24, 2024
@plepe
Copy link
Owner

plepe commented Jun 25, 2024

This is kind of on my todo list quite some time :-) I will look into this soon. Do you have any specific requests which I should consider? What about directions, should I show them as well (considering, that there's a special category for this already)?

@markongh
Copy link
Author

I think showing directions could be a good thing, but I'm not sure how common one way cycleways are. They don't seem to be very common in my area. Typically if it is one way, that can be inferred by the side of the road the lane is on. I think just getting the cycle ways displayed will go a long way. Thanks for looking into this!

@plepe
Copy link
Owner

plepe commented Jul 28, 2024

So, I finally came up with a first version. Cycleways are incredible complex, because you have to consider highway=cycleway, streets with cycleway=, cycleway:left=, cycleway:right=, segregation, .... You even have to consider the driving_side of the country the way is within, because cycleway= on oneway streets depend on this (I finally added a driving_side to OpenStreetBrowser, which I have to blog about).

Anyway. You can test it on the development branch:
https://openstreetbrowser.org/#repo=openstreetbrowser/main~cycleway

The colors might not be optimal yet ...

I'm glad if you have an suggestions or other feedback.

@plepe
Copy link
Owner

plepe commented Jul 28, 2024

Also, I added a "Cycleway Width" category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants