diff --git a/np_gps_map/lib/src/interactive_map/osm.dart b/np_gps_map/lib/src/interactive_map/osm.dart index 52d163b6..864d4fed 100644 --- a/np_gps_map/lib/src/interactive_map/osm.dart +++ b/np_gps_map/lib/src/interactive_map/osm.dart @@ -70,6 +70,10 @@ class _OsmInteractiveMapState extends State { initialCenter: widget.initialPosition?.toLatLng() ?? const LatLng(0, 0), initialZoom: max(2.5, widget.initialZoom ?? 2.5), minZoom: 2.5, + interactionOptions: const InteractionOptions( + enableMultiFingerGestureRace: true, + pinchZoomThreshold: 0.25, + ), ), children: [ TileLayer(