From 6a3c59fa2c99218e8ae1f8bc142dc07851162430 Mon Sep 17 00:00:00 2001 From: 446564 Date: Thu, 5 Feb 2026 09:24:24 -0800 Subject: [PATCH] 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 --- lib/screens/channel_message_path_screen.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/screens/channel_message_path_screen.dart b/lib/screens/channel_message_path_screen.dart index 970c152..50dcb71 100644 --- a/lib/screens/channel_message_path_screen.dart +++ b/lib/screens/channel_message_path_screen.dart @@ -349,6 +349,9 @@ class _ChannelMessagePathMapScreenState ), minZoom: 2.0, maxZoom: 18.0, + interactionOptions: InteractionOptions( + flags: ~InteractiveFlag.rotate, + ), ), children: [ TileLayer(