diff --git a/view/main.js b/view/main.js index 29a67d6..781263c 100755 --- a/view/main.js +++ b/view/main.js @@ -62,4 +62,4 @@ delete window._router_; ---------------------------------------------------------*/ navigator.geolocation && navigator.geolocation.getCurrentPosition(function(loc){ gstore.data.loc = [ loc.coords.latitude, loc.coords.longitude ]; -}, null); +}, null, { enableHighAccuracy: true });