Skip to content

Commit 8ef4286

Browse files
xssfoxTheSkorm
authored andcommitted
fix burst icon issues
1 parent d7b4f99 commit 8ef4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/sondehub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ function redrawPrediction(vcallsign) {
24932493
vehicle.prediction_burst = new L.Marker(latlng_burst, {
24942494
zIndexOffset: Z_SHADOW,
24952495
icon: burstIcon,
2496-
}).addTo(map);
2496+
});
24972497
vehicle.prediction_burst.pred_type = "<b>Burst</b>\n";
24982498
vehicle.prediction_burst.on('click', function (e) {
24992499
mapInfoBox_handle_prediction(e);

0 commit comments

Comments
 (0)