diff --git a/combo/apps/maps/static/js/leaflet-gps.js b/combo/apps/maps/static/js/leaflet-gps.js index a531f5d9..96566055 100644 --- a/combo/apps/maps/static/js/leaflet-gps.js +++ b/combo/apps/maps/static/js/leaflet-gps.js @@ -96,6 +96,7 @@ L.Control.Gps = L.Control.extend({ this.addLayer(); this._map.locate({ enableHighAccuracy: true, + maximumAge: 120000, watch: true, setView: false, maxZoom: null