mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
652 stars 129 forks source link

'minzoom' is deprecated and will be removed in Mapnik 4.x, use 'minimum-scale-denominator' instead #394

Closed mojodna closed 8 years ago

mojodna commented 9 years ago

Same for maxzoom / maximum-scale-denominator.

Perhaps this will also clarify https://github.com/mapbox/carto/issues/385?

Refs https://github.com/mapnik/mapnik/issues/1447

whitelynx commented 8 years ago

I'd also like to see this done; right now, Mapnik is generating a lot of noise in our logs complaining about minzoom being deprecated, so I'm looking at doing a regex search/replace to manually fix it. It'd be much nicer if carto built the stylesheet with the right name.