mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Tweak OSM map rotation threshold
This commit is contained in:
parent
f789d0473b
commit
3089ab7bbb
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class _OsmInteractiveMapState extends State<OsmInteractiveMap> {
|
|||
interactionOptions: const InteractionOptions(
|
||||
enableMultiFingerGestureRace: true,
|
||||
pinchZoomThreshold: 0.25,
|
||||
rotationThreshold: 15,
|
||||
),
|
||||
),
|
||||
children: [
|
||||
|
|
Loading…
Reference in a new issue