Changed inertia

This commit is contained in:
Alexis
2023-12-11 22:42:48 +01:00
parent 1b4d54679a
commit 1c663ea8cb

View File

@@ -39,7 +39,7 @@ const mobileZoomLevels = {
maxZoom: 6.7 maxZoom: 6.7
} }
const inertiaDeceleration = 1500 const inertiaDeceleration = 2000
const maxBoundsPadding = 10 const maxBoundsPadding = 10
const maxBoundsViscosity = .75 const maxBoundsViscosity = .75