From 12ef79ec1e4d267156b6af6df42022689dce0fdf Mon Sep 17 00:00:00 2001 From: Logan B <3870583+thinkpoop@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:45:49 -0600 Subject: [PATCH] [mylocation] Update icons to match standard better --- apps/mylocation/interface.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mylocation/interface.html b/apps/mylocation/interface.html index b989037a0..29989a368 100644 --- a/apps/mylocation/interface.html +++ b/apps/mylocation/interface.html @@ -35,8 +35,8 @@
Click the map to select a location - - + +
@@ -100,7 +100,7 @@ document.getElementById("locate").addEventListener("click", function() { map.locate({setView: true, maxZoom: 16, enableHighAccuracy:true}); }); - + document.getElementById("find-marker").addEventListener("click", function() { if(latlon && latlon.lng && latlon.lat) { map.setView(latlon);