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

Quest "Is this still here? (...)" should include amenity=drinking_water #3102

Closed
ltog opened this issue Jul 29, 2021 · 1 comment
Closed

Comments

@ltog
Copy link

ltog commented Jul 29, 2021

Use case

StreetComplete should ask to check if instances of amenity=drinking_water are still present in order to remove instances that don't exist anymore.

Here is an example: https://www.openstreetmap.org/node/349336485

This Overpass query finds old instances:

node[amenity=drinking_water]({{bbox}})->.all;
(.all; - nwr.all(newer:"2010-04-01T00:00:00Z");
);
out body;
>;
out skel qt;

You can use it directly at https://osm.li/NwJ

Proposed Solution

Extend the existing quest "Is this still here? (...)"

@westnordost
Copy link
Member

Ok

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

2 participants