preserve _tags in cam cache, make line purple and thicker

This commit is contained in:
stopflock
2025-08-28 12:35:40 -05:00
parent 7ff945e262
commit 45bf73aeee
2 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -417,8 +417,8 @@ class MapViewState extends State<MapView> {
if (originalCoord != null) {
lines.add(Polyline(
points: [originalCoord, camera.coord],
color: Colors.orange.withOpacity(0.7),
strokeWidth: 2.0,
color: kCameraRingColorPending,
strokeWidth: 3.0,
));
}
}