bumping up rate of updates, as requested by Keith Decker
This commit is contained in:
parent
36801f7c54
commit
7adfdffe31
|
@ -996,7 +996,9 @@
|
||||||
this.id = navigator.geolocation.watchPosition(
|
this.id = navigator.geolocation.watchPosition(
|
||||||
success,
|
success,
|
||||||
onFailSwitchoverToCoerse,
|
onFailSwitchoverToCoerse,
|
||||||
{ enableHighAccuracy : true });
|
{ enableHighAccuracy : true,
|
||||||
|
// Try every ten seconds
|
||||||
|
maximumAge : 10000});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user