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 possibility to mark sidewalks #2519

Closed
yyatsyn opened this issue Jan 21, 2021 · 6 comments
Closed

Add possibility to mark sidewalks #2519

yyatsyn opened this issue Jan 21, 2021 · 6 comments

Comments

@yyatsyn
Copy link

yyatsyn commented Jan 21, 2021

Possibility to mark sidewalks along the street (both, left, right, none -- as here) would be great as such information can help for pedestrian navigation. This feature will require taking directions of streets' ways into account.

@FloEdelmann
Copy link
Member

FloEdelmann commented Jan 21, 2021

This was implemented already in version 10.0: https://wiki.openstreetmap.org/wiki/StreetComplete/Quests#cite_ref-:8_16-0

How, we're at version 29.1. Didn't the quest show up for you?

@yyatsyn
Copy link
Author

yyatsyn commented Jan 21, 2021 via email

@westnordost
Copy link
Member

You can move the priority of the quest further up so that it is not obscured by other quests.

Also, it is only shown for street segments for which this expression is true:

        ways with
          highway ~ primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|unclassified|residential
          and area != yes
          and motorroad != yes
          and !sidewalk and !sidewalk:left and !sidewalk:right and !sidewalk:both
          and (
            !maxspeed
            or maxspeed > 8
            or (maxspeed ~ ".*mph" and maxspeed !~ "[1-5] mph")
          )
          and surface !~ unpaved|compacted|gravel|fine_gravel|pebblestone|grass_paver|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips
          and lit = yes
          and foot != no and access !~ private|no
          and foot != use_sidepath

... and also, there are no separately mapped sidewalks nearby.

@yyatsyn
Copy link
Author

yyatsyn commented Jan 21, 2021 via email

@westnordost
Copy link
Member

Because the quest should only be asked for roads that are likely within a built-up area. There is no precise tag to find this out (there is no urban=yes or anything), lit is quite fuzzy way to exclude roads in the countryside

@riQQ
Copy link
Collaborator

riQQ commented Jan 21, 2021

What do you think about and (lit = yes or highway = residential) to ignore lit for residential streets?

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

No branches or pull requests

4 participants