UID: {{current_unit.uid}}
-
Team: {{current_unit.team}}, Role: {{current_unit.role}}
+
Team: {{current_unit.team}}, Role:
+ {{current_unit.role}}
+
Type: {{current_unit.type}}
SIDC: {{current_unit.sidc}}
-
coords: {{printCoords(current_unit.lat, current_unit.lon)}}
-
-
({{ distBea(latlng(current_unit.lat, current_unit.lon), coords) }} to cursor)
-
+
+ coords: {{printCoords(current_unit.lat, current_unit.lon)}}
+
+ ({{ distBea(latlng(current_unit.lat, current_unit.lon), coords) }} to cursor)
+
speed: {{sp(current_unit.speed)}} km/h,
hae: {{current_unit.hae.toFixed(1)}}
-
ver: {{current_unit.tak_version}}
+
ver: {{current_unit.tak_version}}
+
parent: {{current_unit.parent_callsign}}
+
time: {{dt(current_unit.start_time)}}
stale: {{dt(current_unit.stale_time)}}
last seen: {{dt(current_unit.last_seen)}}
{{current_unit.text}}
@@ -139,12 +144,15 @@
UID: {{current_unit.uid}}
Type: {{current_unit.type}} SIDC: {{current_unit.sidc}}
- coords: {{printCoords(current_unit.lat, current_unit.lon)}}
-
- ({{ distBea(latlng(current_unit.lat, current_unit.lon), coords) }} to cursor)
-
+
+ coords: {{printCoords(current_unit.lat, current_unit.lon)}}
+
+ ({{ distBea(latlng(current_unit.lat, current_unit.lon), coords) }} to cursor)
+
+ parent: {{current_unit.parent_callsign}}
+
{{current_unit.text}}
diff --git a/cmd/webclient/templates/map.html b/cmd/webclient/templates/map.html
index c1c7a9d..aeb903a 100644
--- a/cmd/webclient/templates/map.html
+++ b/cmd/webclient/templates/map.html
@@ -114,16 +114,21 @@