diff --git a/js/index.js b/js/index.js index 0d71426..1286cd5 100644 --- a/js/index.js +++ b/js/index.js @@ -25,8 +25,8 @@ var topo = L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png', { minZoom: 5, maxZoom: 15, - attribution: 'tiles © OpenTopoMap, CC-BY-SA' - + ', SRTM' + attribution: 'tiles © OpenTopoMap, CC-BY-SA' + + ', SRTM' }); var thunderforestAttribution = 'tiles © Thunderforest ' @@ -89,7 +89,6 @@ profile, leftPaneId = 'leftpane', saveWarningShown = false; - ; // left sidebar as additional control position map._controlCorners[leftPaneId] = L.DomUtil.create('div', 'leaflet-' + leftPaneId, map._controlContainer);