aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/shared/AppMap.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/shared/AppMap.tsx')
-rw-r--r--src/frontend/app/components/shared/AppMap.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/app/components/shared/AppMap.tsx b/src/frontend/app/components/shared/AppMap.tsx
index adf860d..9a83197 100644
--- a/src/frontend/app/components/shared/AppMap.tsx
+++ b/src/frontend/app/components/shared/AppMap.tsx
@@ -195,6 +195,10 @@ export const AppMap = forwardRef<MapRef, AppMapProps>(
onRotateStart={onRotateStart}
onPitchStart={onPitchStart}
onLoad={onLoad}
+ dragPan={{
+ linearity: 0.4,
+ deceleration: 3000,
+ }}
>
{showNavigation && <NavigationControl position="bottom-right" />}
{showGeolocate && (