Skip to content
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

Healthcare tags do not render on closed ways without area=yes #3639

Closed
jeisenbe opened this issue Jan 13, 2019 · 1 comment · Fixed by #3731
Closed

Healthcare tags do not render on closed ways without area=yes #3639

jeisenbe opened this issue Jan 13, 2019 · 1 comment · Fixed by #3731

Comments

@jeisenbe
Copy link
Collaborator

Expected behavior

The key "healthcare=" should be imported as a polygon so that the icons for clinics, hospitals etc will render properly.

Actual behavior

A closed way ("area") tagged with healthcare=* alone does not import or render
Adding "area=yes" causes it to render

Solution

Add 'healthcare' to list of local polygon_keys in openstreetmap-carto.lua

@jeisenbe
Copy link
Collaborator Author

Adding 'healthcare' to list of local polygon_keys in openstreetmap-carto.lua will work as soon as the database is re-imported. I believe it will also work with any features that have been added or edited, since these are separately imported into the rendering database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment