mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
fix poi visibility
This commit is contained in:
parent
d33bbfc04f
commit
8a41d11ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue