Today, v4.22.0 of the OpenStreetMap Carto stylesheet (the default
stylesheet on the OSM website) has been released.
Changes include:
- Shop label fixes and use ST_PointOnSurface for building label placement
- Use
cache-feature: true
to improve performance of layers with
attachments
- Use retail colour fill on malls
- Drop
highway=steps
from zoom 13. This makes step rendering consistent with footways
- Render
place=locality
from zoom 16. This fits current usage of the tag and what it is normally tagged on
- Render
natural=bay
from linear ways
- Render administrative boundary labels from relations only
- Stop rendering natural=marsh. It is recommended marshes are tagged with
natural=wetland
+
wetland=marsh
- Use a whitelist for barrier rendering, and render
historic=citywalls`like `barrier=city_wall
- Support new Tibetan font name
- Code cleanups to increase reuse and improve consistency
For a full list of commits, see
https://github.com/gravitystorm/openstreetmap-carto/compare/v4.21.0...v4.22.0