mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00: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:
parent
a54cc78691
commit
6a3c59fa2c
1 changed files with 3 additions and 0 deletions
|
|
@ -349,6 +349,9 @@ class _ChannelMessagePathMapScreenState
|
|||
),
|
||||
minZoom: 2.0,
|
||||
maxZoom: 18.0,
|
||||
interactionOptions: InteractionOptions(
|
||||
flags: ~InteractiveFlag.rotate,
|
||||
),
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue