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);