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

Also check ways when tag is not always a node #4936

Merged

Conversation

BenWiederhake
Copy link
Contributor

Inspired by discussion in #4929, debug apk see https://github.com/BenWiederhake/StreetComplete/actions/runs/4623509091.

Barriers, bus stops, water wells, and recycling containers occupy significant amounts of space. A quick look at the wiki suggests that indeed, more than 1% of them are tagged as ways/areas, and not as nodes:

https://wiki.openstreetmap.org/wiki/Tag:barrier=yes
https://wiki.openstreetmap.org/wiki/Tag:public_transport=platform
https://wiki.openstreetmap.org/wiki/Tag:man_made=water_well
https://wiki.openstreetmap.org/wiki/Tag:recycling:glass=yes

Therefore, StreetComplete should also check ways, and not only nodes.


This means some "new" quests markers should pop up that have been skipped before, example:

Before this PR:

Screenshot_20230406-122736_censored

After this PR:

Screenshot_20230406-122720

bus stops, water wells, and recycling containers occupy significant amounts of space. A quick look at the wiki suggests that indeed, more than 1% of them are tagged as ways/areas, and not as nodes:

https://wiki.openstreetmap.org/wiki/Tag:public_transport=platform
https://wiki.openstreetmap.org/wiki/Tag:man_made=water_well
https://wiki.openstreetmap.org/wiki/Tag:recycling:glass=yes

Therefore, StreetComplete should also check ways, and not only nodes.
@matkoniecz matkoniecz merged commit 3d115bb into streetcomplete:master Apr 6, 2023
@BenWiederhake BenWiederhake deleted the dev-also-check-ways branch April 6, 2023 11:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants