diff options
Diffstat (limited to 'src/frontend/app/components/shared')
| -rw-r--r-- | src/frontend/app/components/shared/AppMap.tsx | 4 |
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 && ( |
