-
Notifications
You must be signed in to change notification settings - Fork 827
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
amenity=parking icon no longer rendered on buildings #3908
Comments
Displays here: https://www.openstreetmap.org/#map=19/37.76763/-122.41342 But not here: https://www.openstreetmap.org/#map=19/37.74680/-122.42099 Seems to be about the presence of the name. |
I am pretty sure that we have an issue for rendering icon off center, so it would not be blocked by label (like it happened here) or by icon. But I failed to find it. |
The building name is being rendered with higher priority than the parking icon. This happened because the parking icons were moved to the low-priority layer only in #3874 - previously it was rendered in both Previously parking was partially moved to the low-priority layer in #1364 - and there was discussion about moving it all to low-prioirty, after text labels - #1364 (comment) Then in #3612 I moved parking to only z14 and higher - though it looks like I made a mistake and did not limit the The question is if buildings or the parking icon and text should have priority. By putting parking in Is this a mistake? Is the parking icon and text style more appropriate for parking structures? |
It's not just the missing icon, the current rendering is inconsistent at z17. The example from the OP - way 221032567 shows I use |
That's happening because addresses now have higher priority than the parking icon, but then the text is still rendered since it is below the (blocked) icon. I now think it's probably a mistake to put parking in the |
Note that parkings were intentionally split to ensure that small ones will not block anything worth displaying but will be show in places where there is nothing else. |
The current rendering encourages removing building=yes from parking garages just to get the parking symbol to render as well as the unique color for parking=multi-storey that, right now, gets overridden by the building color. Since parking garages are in fact buildings, we should not encourage not tagging them as buildings. |
One other issue: the current code renders both parking icons and text labels for areas with >900 There are 3 reasonable ways to solve this:
|
I think the third option is best, after some quick tests, and I think it should be done for amenity=marketplace icons too. |
Example illustrating the problem: https://www.openstreetmap.org/way/221032567
This is a regression - amenity=parking icon used to render on buildings.
The text was updated successfully, but these errors were encountered: