mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +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(
|
interactionOptions: const InteractionOptions(
|
||||||
enableMultiFingerGestureRace: true,
|
enableMultiFingerGestureRace: true,
|
||||||
pinchZoomThreshold: 0.25,
|
pinchZoomThreshold: 0.25,
|
||||||
|
rotationThreshold: 15,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue