-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Don't show opening_hours quest for sport_centre which belongs to a school #868
Comments
Can you link examples of objects? For me it sounds like either mistagging or missing access=private. |
https://www.openstreetmap.org/note/1300146 which links to https://www.openstreetmap.org/way/99511882 |
I would exclude access=private like done in #769 |
I encountered some notes at a gym of a school which typically has no opening hours...
My proposal is to add
!(leisure=sports_centre and building=school)
somewhere in the query.What do you think?
The text was updated successfully, but these errors were encountered: