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" {