diff --git a/src/js/map.js b/src/js/map.js index 50a1275..bc489a0 100644 --- a/src/js/map.js +++ b/src/js/map.js @@ -152,10 +152,6 @@ $(document).ready(function() { } }); - var notice = new SimpleControl("#notice-template", "notice", { - position: "topleft" - }).addTo(map); - var info = new SimpleControl("#info-template", "info", { position: "topright" }).addTo(map); @@ -168,5 +164,9 @@ $(document).ready(function() { position: "bottomright" }).addTo(map); + var notice = new SimpleControl("#notice-template", "notice", { + position: "bottomleft" + }).addTo(map); + L.control.zoom().addTo(map); });