mapbox/mapbox-gl-leaflet

The logic here reduces the minZoom set by leaflet

ChengXueqing opened this issue · 1 comments

zoom: this._map.getZoom() - 1,

When there is a layer / marker on the map, this setting will cause the overlay to shift when the zoom is equal to 1 or 0.

pretty sure #130 resolved this.