We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb88ba0 commit 4d5a084Copy full SHA for 4d5a084
js/sondehub.js
@@ -2493,7 +2493,7 @@ function redrawPrediction(vcallsign) {
2493
vehicle.prediction_burst = new L.Marker(latlng_burst, {
2494
zIndexOffset: Z_SHADOW,
2495
icon: burstIcon,
2496
- }).addTo(map);
+ });
2497
vehicle.prediction_burst.pred_type = "<b>Burst</b>\n";
2498
vehicle.prediction_burst.on('click', function (e) {
2499
mapInfoBox_handle_prediction(e);
0 commit comments