Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
leaflet 2D browser: fixed for version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Oct 20, 2017
1 parent e89e10e commit 36a052a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapproxy/src/mapproxy/browser2d/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function quadKey(x, y, z) {

var BingLayer = L.TileLayer.extend({
getTileUrl: function (tilePoint) {
this._adjustTilePoint(tilePoint);
return L.Util.template(this._url, {
quad: quadKey(tilePoint.x, tilePoint.y, this._getZoomForUrl())
});
Expand Down

0 comments on commit 36a052a

Please sign in to comment.