From 53479aa7c6b39bf4a08277e22abaf7cfba079bd5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 18 Apr 2021 21:28:52 +0100 Subject: [PATCH] imagery: update leaflet + add locate control --- .../imagery/templates/default/imagery.js.erb | 4 ++++ .../imagery/templates/default/index.html.erb | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) 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; } diff --git a/cookbooks/imagery/templates/default/index.html.erb b/cookbooks/imagery/templates/default/index.html.erb index c6975cb78..cda352472 100644 --- a/cookbooks/imagery/templates/default/index.html.erb +++ b/cookbooks/imagery/templates/default/index.html.erb @@ -4,11 +4,18 @@ <%= @title %> - - - - - + + + + + + + + + + + +