fix poi visibility

This commit is contained in:
Jacob Powers 2025-07-23 20:24:55 +00:00
parent d33bbfc04f
commit 8a41d11ec1

View file

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