fix WMS tile wrapping regression, close #970
This commit is contained in:
parent
782e8e7dcf
commit
58a82d09fa
@ -44,6 +44,8 @@ L.TileLayer.WMS = L.TileLayer.extend({
|
||||
|
||||
getTileUrl: function (tilePoint, zoom) { // (Point, Number) -> String
|
||||
|
||||
this._adjustTilePoint(tilePoint);
|
||||
|
||||
var map = this._map,
|
||||
crs = map.options.crs,
|
||||
tileSize = this.options.tileSize,
|
||||
|
Loading…
Reference in New Issue
Block a user