-
Notifications
You must be signed in to change notification settings - Fork 819
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
Render amenity=parking_entrance with access=customers|permit #4890
Comments
The cited logic is the result of #4717 where we unified the logic for access tag interpretation on POIs and removed the problematic catch-all - resulting in the binary classification that access=private|no|customers|permit|delivery is restricted while anything else is unrestricted. This rule is applied to all POIs with a distinct handling of access tags. Now i understand the idea that parkings of public shops legally limited to customers but often without substantial enforcement for some map use cases are closer to public parkings than to private parkings. But keep in mind that:
|
This looks like a bug in PR #4717. Currently Shouldn't the selection condition read: P.S. But I'm puzzled why this condition is applied only to |
It is, #4717 unified the access tag conditions for
No, that condition would be true for features with no access tag applied and those with the listed limited access values. It would be false for either Keep in mind that we are talking about access tagging on the |
Please render the entrance. Now it is invisible. And pointless & frustrating to model it at all. Just mark it differently from public access. Don't render underground garages #3506. |
The shown example is an entrance (https://www.openstreetmap.org/node/9201255147) to an unmapped parking. Based on the data it is impossible to determine if this is a private parking or just a private entrance to a public parking. See also discussion above in #4890 (comment) And this issue is about changing interpretation of |
Irrespective of this particular example, I do think the question of access rendering on So mapper 1 sees a Background figures: There are various options:
Note how, quite reasonably, none of these have an associated parking POI.
|
Currently, the parking_entrance icon is only rendered when
access
is different from 'private', 'no', 'customers', 'permit' and 'delivery':openstreetmap-carto/project.mml
Line 1616 in 3c60a7b
While I can see the point for the first two to be excluded (as also noted in #3672 (comment)), I think the last ones are worth considering since they provide useful information to the general public. For example, to know the entrance location of a supermarket/mall/etc. underground parking.
Rendering could possibly be done using a lighter icon, much like with the ordinary
amenity=parking
tag.The text was updated successfully, but these errors were encountered: