X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1e926be36acec04740f5453abf8c9febf274ea60..b8b120ca88e39bc4cf3069794a6605d0c71a3883:/cookbooks/imagery/templates/default/imagery.js.erb diff --git a/cookbooks/imagery/templates/default/imagery.js.erb b/cookbooks/imagery/templates/default/imagery.js.erb index a728ef60e..f992ef08d 100644 --- a/cookbooks/imagery/templates/default/imagery.js.erb +++ b/cookbooks/imagery/templates/default/imagery.js.erb @@ -33,6 +33,6 @@ function createMap(divName) { // Add the layer switch to the mao layers.addTo(map); - + map.addControl(new L.Control.Permalink()); return map; }