This commit is contained in:
Malte Legenhausen 2014-06-04 09:24:50 +02:00
parent 760c730f92
commit 5c7bf0268a

View File

@ -324,7 +324,7 @@ L.GridLayer = L.Layer.extend({
_tileCoordsToBounds: function (coords) {
var map = this._map,
tileSize = this.options.tileSize,
tileSize = this._getTileSize(),
nwPoint = coords.multiplyBy(tileSize),
sePoint = nwPoint.add([tileSize, tileSize]),