diff options
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
| -rw-r--r-- | src/frontend/app/routes/map.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx index 57fb04e..a711a64 100644 --- a/src/frontend/app/routes/map.tsx +++ b/src/frontend/app/routes/map.tsx @@ -170,7 +170,7 @@ export default function StopMap() { } > <NavigationControl position="top-right" /> - <GeolocateControl position="top-right" trackUserLocation={true} /> + <GeolocateControl position="top-right" trackUserLocation={true} positionOptions={{enableHighAccuracy: false}} /> <Source id="stops-source" |
