diff --git a/wcs/qommon/static/js/leaflet-gps.js b/wcs/qommon/static/js/leaflet-gps.js index 1414239d3..a55ef7346 100644 --- a/wcs/qommon/static/js/leaflet-gps.js +++ b/wcs/qommon/static/js/leaflet-gps.js @@ -94,6 +94,7 @@ L.Control.Gps = L.Control.extend({ this.addLayer(); this._map.locate({ enableHighAccuracy: true, + maximumAge: 120000, watch: true, setView: false, maxZoom: null