-
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
Hide underground parking #3600
Hide underground parking #3600
Conversation
How does this interfere with the current development in rendering underground buildings #552 ? |
Well, it's not clear for me if these should be tagged as buildings or not. In the example cases they're not, so it does not interfere. |
This code needs to allow also lack of |
I added condition when parking is NULL. I tested and they are rendered now |
Thanks, now it works OK. |
What about parking spaces ( |
Yes, I was reporting this in #3506 (comment). Too soon to consider problem solved, so I will reopen the issue. |
@literannn Would you like to try prepare the code for this? |
What would be the rule : only consider |
I believe the problem is only with underground parkings, so I would not be so strict when only ~11% has https://taginfo.openstreetmap.org/tags/amenity=parking_space#combinations |
@kocio-pl: it's a pity, but i'm not IT specialist, cannot make any code )) |
I still don't understand the logic of hiding underground parking, while rendering underground buildings ( #552 ). Underground parking is an underground building. |
IMO, it's useless to display 2 icons for underground parking ( |
When people start mapping parking_entrance for surface parking as well, you'd have the same situation there. |
Hi Dear, since this change #3600 the Rendering for the entrance to the underground parking (amenity=parking_entrance + parking=underground) vanished - was this also intended? I liked this feature very much :-) Yours, Andy |
Hi, thank You for checking this! Analyzing myand your example: could be the "access=private" the reason? On the other hand this is an access to the underground parking via steps and not a vehicle access. In your example: https://www.openstreetmap.org/node/4159128450#map=19/52.23873/21.01572 There is of course no "access=private" Would it be an idea to render these with access=private in a lighter color/saturation? Yours Andy |
Yes, we were avoiding private entrances to nor clutter the map. |
in my opinion this would not clutter but rather add useful information. however, thank you for clarification. |
If this is an issue for you, please open new ticket so it could be discussed in a clear way. |
Fixes #3506
Changes proposed in this pull request:
Exclude parking=underground from the rendering. Only
amenity=parking_entrance
should be displayed to indicate the entrance of these parkings.Test rendering with links to the example places:
https://www.openstreetmap.org/way/235550028
https://www.openstreetmap.org/way/231387829
Before
After