aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/shared
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-24 20:00:47 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-24 20:00:47 +0100
commitfaf0abcc42cb32a8ebbb90a2acedd74b772a9e51 (patch)
treea2ffb77772158c2deeb12c78ddf1d47c630dddf4 /src/frontend/app/components/shared
parent6ca5575b11938d70bb1cc9cc86d146a11164e6dc (diff)
Screw this
Diffstat (limited to 'src/frontend/app/components/shared')
-rw-r--r--src/frontend/app/components/shared/AppMap.tsx4
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 && (