File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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" ) ) {
You can’t perform that action at this time.
0 commit comments