diff --git a/lib/view/map.dart b/lib/view/map.dart index 9ccc0af..a222e96 100644 --- a/lib/view/map.dart +++ b/lib/view/map.dart @@ -18,6 +18,9 @@ class _MapViewState extends State<MapView> { options: const MapOptions( initialCenter: LatLng(50.354, 7.5845), initialZoom: 16, + interactionOptions: InteractionOptions( + flags: InteractiveFlag.all & ~InteractiveFlag.rotate + ) ), children: [ TileLayer(