diff --git a/css/style.css b/css/style.css index 289f7ad..a713885 100644 --- a/css/style.css +++ b/css/style.css @@ -108,9 +108,9 @@ td { width: 386px; } -/* margin left sidebar + Bing logo (Bing layer) */ +/* margin left sidebar + Scale */ .leaflet-control-attribution { - margin-left: 480px !important; + margin-left: 515px !important; } /* Profile Control */ diff --git a/js/index.js b/js/index.js index 5efd499..570d430 100644 --- a/js/index.js +++ b/js/index.js @@ -300,6 +300,8 @@ routing: routing, profile: profile }).addTo(map); + + L.control.scale().addTo(map); } initMap();