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

Cycleway overlay #4233

Closed
Rudloff opened this issue Jul 23, 2022 · 10 comments
Closed

Cycleway overlay #4233

Rudloff opened this issue Jul 23, 2022 · 10 comments
Assignees

Comments

@Rudloff
Copy link

Rudloff commented Jul 23, 2022

Use case

It would be useful to have a way to see which ways lack cycleway tags in a given area.
For example, this could be used by cyclist groups mapping their neighborhood.

Proposed Solution

A new overlay could be created, similar to the sidewalk overlay.
Ways that don't have any cycle-way information would be displayed in red.

@arrival-spring
Copy link
Contributor

I believe that this is on the cards, I guess the main question is a colour scheme to represent all of the possibilities.

@legofahrrad
Copy link
Contributor

Would it be possible to show the cycleway illustrations on the roads, as it is in the quest form?

@arrival-spring
Copy link
Contributor

Not with the current implementation, at the moment the things that can be set are the centre colour, the colour for each side and text to display on the way.

@rouelibre1
Copy link

Would it be feasible to add bicycle parkings to such an overlay or too tedious / cumbersome ? Or could it be handled separately ?

@NotSoImportant
Copy link

NotSoImportant commented Oct 27, 2022

Very much like and want to use this ❤️

Suggestion for coloring:

  • use the same as for side walk overlay (on both sides, yes=blue, no=black, not mapped=red)
  • color any of the values supported by streetcomplete as "yes"
  • on selection show detailed value (and be able to change with existing dialog)

Additionially possible:

  • highlight cycle roads with coloring the road center
  • highlight cycle networks (relations) with coloring the road center
  • highlight other bicycle infrastructure (like parking or shop), e.g. with colored rectangle like for parking overlay or with rendering their icons

@NotSoImportant
Copy link

Very limited example of cycleway overlay with "SC Expert Edition" by Helium314:
Screenshot_20221031-141325
Screenshot_20221031-143057

Ways with:
((cycleway or cycleway:both or cycleway:right or cycleway:left) and (cycleway != no and cycleway:both != no and (cycleway:right != no or cycleway:left != no)))

In my proposed implementation of course this would be split up in left/right and colored differently based on yes/no values.

As described it could be enhanced with
Ways with differently styled addition:
bicycle = yes or bicycle = designated or bicycle = official or cyclestreet = yes or bicycle_road = yes or highway = cycleway

As well as relations (bicycle network)

And nodes / ways with other bicycle infrastructure like shop, parking, repair station, ramp, ...

@westnordost
Copy link
Member

I'll implement this (properly) soon, don't worry

@mcliquid
Copy link
Contributor

@westnordost But does the previous quest still remain? It would be a pain if one had to open the overlay every time 🙂

@westnordost
Copy link
Member

Most probably it will remain but be disabled by default, just like with the sidewalks

@westnordost
Copy link
Member

Implemented via #4657

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

7 participants