remove debug statement
This commit is contained in:
parent
4e1bdffb63
commit
a2e53ecc31
1 changed files with 0 additions and 1 deletions
|
@ -1551,7 +1551,6 @@ L.SquareGridLayer = L.Layer.extend({
|
|||
attributionStart = mapSize.x - $('.leaflet-control-attribution').outerWidth() - 16,
|
||||
bottomRightStart = mapSize.y - $('.leaflet-bottom.leaflet-right').outerHeight() - 24,
|
||||
coord = null, lastCoord = null, size, center;
|
||||
console.log(bottomRightStart);
|
||||
for(i=0;i<this.config.cols.length;i++) {
|
||||
coord = map.latLngToContainerPoint([0, this.config.cols[i]], map.getZoom()).x;
|
||||
coord = Math.min(mapSize.x, Math.max(-1, coord));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue