Skip to content

Commit

Permalink
high accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdeml committed Apr 16, 2024
1 parent 97cac0f commit 9399ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
console.log("Geolocation is not supported by your browser");
} else {
const options = {
enableHighAccuracy: false,
enableHighAccuracy: true,
maximumAge: 30000,
timeout: 27000,
};
Expand All @@ -291,7 +291,7 @@
console.log("Geolocation is not supported by your browser");
} else {
const options = {
enableHighAccuracy: false,
enableHighAccuracy: true,
maximumAge: 30000,
timeout: 27000,
};
Expand Down

0 comments on commit 9399ddd

Please sign in to comment.