mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-15 07:04:26 +10:00
remove rotation in path map
when zooming on the path map view window the rotation was too easy to trigger and provided little value to understanding the path
This commit is contained in:
@@ -349,6 +349,9 @@ class _ChannelMessagePathMapScreenState
|
||||
),
|
||||
minZoom: 2.0,
|
||||
maxZoom: 18.0,
|
||||
interactionOptions: InteractionOptions(
|
||||
flags: ~InteractiveFlag.rotate,
|
||||
),
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
||||
Reference in New Issue
Block a user