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