-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Include relations in search for parking areas #1033
Comments
This is because the query does not search for them. The current query for the parking type looks like this: Which means that it searches only for points and normal areas with the tag |
It has "may be used on areas" (what includes multipolygons) at https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparkingm . and anyway, amenity=parking is widely used on multipolygons so if wiki claimed otherwise it should be changed |
Should also be checked for the other (parking) quests if also looking for releations (=multipolygons) makes sense. |
After using StreetComplete, I have noticed that it does not edit Multipolygons. In my town, many parking lots are added as multipolygons due to the presence of buildings in the center of them. As far as I can tell, missing tagging in these parking lots is not noticed by StreetComplete.
The text was updated successfully, but these errors were encountered: