update build
This commit is contained in:
parent
df8694b743
commit
c84726ef39
5
dist/leaflet-src.js
vendored
5
dist/leaflet-src.js
vendored
@ -1723,7 +1723,12 @@ L.TileLayer = L.Class.extend({
|
||||
|
||||
_update: function () {
|
||||
var bounds = this._map.getPixelBounds(),
|
||||
zoom = this._map.getZoom(),
|
||||
tileSize = this.options.tileSize;
|
||||
|
||||
if (zoom > this.options.maxZoom || zoom < this.options.minZoom) {
|
||||
return;
|
||||
}
|
||||
|
||||
var nwTilePoint = new L.Point(
|
||||
Math.floor(bounds.min.x / tileSize),
|
||||
|
2
dist/leaflet.js
vendored
2
dist/leaflet.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user