Skip to content

Commit a532183

Browse files
xssfoxTheSkorm
authored andcommitted
add tooltip for horizon rings
1 parent d997714 commit a532183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

js/sondehub.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,8 @@ function addPosition(position) {
32733273

32743274
horizon_circle_title = new L.Marker(point, {
32753275
icon: horizon_circle_title_icon,
3276-
interactive: false,
3276+
interactive: true,
3277+
title: "Line-of-right (radio) horizon of the payload"
32773278
});
32783279

32793280
if (offline.get("opt_hide_horizon")) {
@@ -3305,7 +3306,8 @@ function addPosition(position) {
33053306

33063307
subhorizon_circle_title = new L.Marker(point, {
33073308
icon: subhorizon_circle_title_icon,
3308-
interactive: false,
3309+
interactive: true,
3310+
title: "Payload is greater than 5 degrees above the horizon within this circle, which indicates it should be fairly easily receivable."
33093311
});
33103312

33113313
if (offline.get("opt_hide_horizon")) {

0 commit comments

Comments
 (0)