-
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
Regression: shop=department_store has lost its icon #757
Comments
I think point-file and point-placement should be marker-file and marker-placement, otherwise the generic dot is rendered. |
This might be a SVG vs PNG issue. |
Are there any issues with converting all the PNG-based icons to use to |
It seems markers do not support PNG: mapnik/mapnik#952 |
I guess we need to then unset I was actually thinking about converting the dot to SVG, or using a |
Is the icon still active on z16? |
After #604, department_stores do not show the special icon anymore, but the generic dot instead.
there are two places where department_store is found in the code:
openstreetmap-carto/amenity-points.mss
Line 343 in 6c3b0d9
has
point-file: url('symbols/department_store.p.16.png');
and
openstreetmap-carto/project.mml
Line 1301 in 6b2747f
The text was updated successfully, but these errors were encountered: