From 8a41d11ec114c4ebf7f7b33ccd9ad374440fd8b4 Mon Sep 17 00:00:00 2001 From: Jacob Powers Date: Wed, 23 Jul 2025 20:24:55 +0000 Subject: [PATCH] fix poi visibility --- .../Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift b/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift index 30651e93..8b754fcd 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift @@ -263,7 +263,7 @@ struct MeshMapContent: MapContent { .stroke(styledFeature.strokeColor, style: styledFeature.strokeStyle) .frame(width: feature.markerRadius * 2, height: feature.markerRadius * 2) } - .annotationTitles(.visible) + .annotationTitles(.automatic) .annotationSubtitles(.hidden) } } else if geometryType == "LineString" {