mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-09 10:13:26 +10:00
Merge pull request #130 from zjs81/path-map-rotation
remove rotation in path map
This commit is contained in:
@@ -385,6 +385,9 @@ class _ChannelMessagePathMapScreenState
|
|||||||
),
|
),
|
||||||
minZoom: 2.0,
|
minZoom: 2.0,
|
||||||
maxZoom: 18.0,
|
maxZoom: 18.0,
|
||||||
|
interactionOptions: InteractionOptions(
|
||||||
|
flags: ~InteractiveFlag.rotate,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
TileLayer(
|
TileLayer(
|
||||||
|
|||||||
Reference in New Issue
Block a user