mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove VIP, clean up add channel method
This commit is contained in:
parent
515bc7fcd6
commit
d64acccc3e
7 changed files with 493 additions and 31 deletions
|
|
@ -128,13 +128,13 @@ struct NodeMapContent: MapContent {
|
|||
}
|
||||
}
|
||||
}
|
||||
// .tag(position.time)
|
||||
.tag(position.time)
|
||||
.annotationTitles(.automatic)
|
||||
.annotationSubtitles(.automatic)
|
||||
}
|
||||
/// Node History
|
||||
if showNodeHistory {
|
||||
if position.latest == false && position.nodePosition?.user?.vip ?? false {
|
||||
if position.latest == false && position.nodePosition?.favorite ?? false {
|
||||
let pf = PositionFlags(rawValue: Int(position.nodePosition?.metadata?.positionFlags ?? 771))
|
||||
let headingDegrees = Angle.degrees(Double(position.heading))
|
||||
Annotation("", coordinate: position.coordinate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue