Open geografa opened 9 years ago
@geografa Possibly related to a similar leaflet bug which is fixed in latest master but not 0.7.3
. Could either overwrite the private _getTileSize
function in tile_layer.js or wait for the next release. Relevant commit
The
maxNativeZoom
option for overzooming is ignored if a maxzoom is set on a MBtile source. Code below is adapted from the example: https://www.mapbox.com/mapbox.js/example/v1.0.0/overzoom//cc @jfirebaugh