gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.53k stars 819 forks source link

Fix Milano, Napoli, Torino (hidden at zoom 6) #4729

Closed valerio-bozzolan closed 1 year ago

valerio-bozzolan commented 1 year ago

Expected behavior

Actual behavior

You see that Milano, Napoli and Torino are not visible at zoom 6 on Carto:

Missing Milano Napoli Torino Zoom 6 OpenStreetMap Carto

More documents

Thank you for any feedback but please keep this bug small so a fix is easier.

List of bigger parent tasks:

Other documents/discussions:

Troubleshooting

To help, you can try to do this and share a comment for your progresses:

  1. [ ] install Carto locally to debug this problem
  2. [ ] in Carto, try to disable labels "Lombardia", "Piemonte" to see if these are the current problems
imagico commented 1 year ago

Thanks for the report.

The linked to features are admin_level=8 boundary relations. We don't render those with a label at any zoom level and render their outline at z12+. We will definitely not render them at z6.

As far as rendering place=city labels is concerned - i.e.:

https://www.openstreetmap.org/node/62505581 https://www.openstreetmap.org/node/428339558 https://www.openstreetmap.org/node/63621589

that would be a duplicate of #1391, #3034, #3880.

These are not parent tasks, these are the issues we need to solve here. The specific case examples you showed here are just examples demonstrating the problem, fixing them without fixing the underlying problem is not an approach we would consider taking.

I am therefore closing this as declined (for admin_level 8 boundaries) and duplicate (for place=city).