X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cf557f7b34a3c6ddd9c33cc385c883c811410b75..e70f2280a019f3147d2a53ba614e5604d8487b57:/cookbooks/imagery/templates/default/imagery.js.erb?ds=sidebyside diff --git a/cookbooks/imagery/templates/default/imagery.js.erb b/cookbooks/imagery/templates/default/imagery.js.erb index bee7747ab..e29d86342 100644 --- a/cookbooks/imagery/templates/default/imagery.js.erb +++ b/cookbooks/imagery/templates/default/imagery.js.erb @@ -36,5 +36,9 @@ function createMap(divName) { // Add the permalink control map.addControl(new L.Control.Permalink()); + var lc = L.control.locate({ + position: 'topright' + }).addTo(map); + return map; }