From 7adfdffe31c78d0b81ec9dc00a82f9439e49e3d6 Mon Sep 17 00:00:00 2001 From: Danny Yoo <dyoo@cs.wpi.edu> Date: Mon, 7 Nov 2011 19:36:48 -0500 Subject: [PATCH] bumping up rate of updates, as requested by Keith Decker --- web-world/js-impl.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web-world/js-impl.js b/web-world/js-impl.js index 8dc40b1..c3d7566 100644 --- a/web-world/js-impl.js +++ b/web-world/js-impl.js @@ -996,7 +996,9 @@ this.id = navigator.geolocation.watchPosition( success, onFailSwitchoverToCoerse, - { enableHighAccuracy : true }); + { enableHighAccuracy : true, + // Try every ten seconds + maximumAge : 10000}); } } };