-
Notifications
You must be signed in to change notification settings - Fork 823
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
Schools and kindergartens mapped as a node not shown anymore. #3876
Comments
I have not checked but from a quick look it seems like #3764 removed rendering of this and other POI types by requiring a non-NULL way_pixels value. |
Thank you, it's correct that #3764 created this, since |
I notice that |
I'm sorry for inconvenience, indeed this was unintentional. |
* Restore rendering of landcover and island text labels on points * Select way_pixels as 0 if way_area is null Prior to #3764 most features in `landcover` had text labels rendered at high zoom level when tagged on nodes, the same as very small areas. This PR restores this rendering by setting way_pixels to 0 if way_area is null, so points are treated the same as tiny polygons. Fixes #3876 and #3868 and related bugs.
Since a few days schools and kindergartens that have been mapped on a node are not shown anymore. This seems to be a bug issue 3868.
Schools are often mapped as an area that contains the entire school area, but in a case of multiple schools sharing a building or a school and a library in the same building building mapping them on a node makes more sense.
Expected behavior
The name of the school or kindergarten is shown in a dark-yellow italic font, like until a few days ago.
Actual behavior
The housenumber is shown instead of the name.
Links and screenshots illustrating the problem
For both the name used to be rendered by OSM-carto. This problem is also being discussed on the Dutch forum, in a discussion that started with issue 3860.
The text was updated successfully, but these errors were encountered: