From 6ca5575b11938d70bb1cc9cc86d146a11164e6dc Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 19:54:48 +0100 Subject: Update icons --- src/frontend/app/components/shared/AppMap.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/frontend/app/components') 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( onRotateStart={onRotateStart} onPitchStart={onPitchStart} onLoad={onLoad} + dragPan={{ + linearity: 0.4, + deceleration: 3000, + }} > {showNavigation && } {showGeolocate && ( -- cgit v1.3