Remove debug statements

This commit is contained in:
phl0
2023-11-28 08:29:36 +01:00
parent 82742f328b
commit 8ca2e7a6b4
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ L.Maidenhead = L.LayerGroup.extend({
var lat_cor = new Array(0, 8, 8, 8, 2.5, 2.2, 6, 8, 8, 8, 1.4, 2.5, 3, 3.5, 4, 4, 3.5, 3.5, 3, 1.8, 1.6); // Used for gridsquare text offset
var bounds = map.getBounds();
var zoom = map.getZoom();
console.log(zoom);
var unit = d3[zoom];
var lcor = lat_cor[zoom];
var w = bounds.getWest();

View File

@@ -39,7 +39,6 @@ L.Maidenhead = L.LayerGroup.extend({
var lat_cor = new Array(0, 8, 8, 8, 2.5, 2.2, 6, 8, 8, 8, 1.4, 2.5, 3, 3.5, 4, 4, 3.5, 3.5, 3, 1.8, 1.6); // Used for gridsquare text offset
var bounds = map.getBounds();
var zoom = map.getZoom();
console.log(zoom);
var unit = d3[zoom];
var lcor = lat_cor[zoom];
var w = bounds.getWest();