This pull request fixes a regression introduced by #1121, with the smaller adjustments for maxResolution to avoid glitches with projections that have small resolution differences between zooms. To avoid these glitches, instead of adjusting the resolution to make minZoom inclusive, we now adjust the minZoom directly.
This pull request fixes a regression introduced by #1121, with the smaller adjustments for
maxResolution
to avoid glitches with projections that have small resolution differences between zooms. To avoid these glitches, instead of adjusting the resolution to makeminZoom
inclusive, we now adjust theminZoom
directly.