mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 08:40:21 +01:00
avoid updating the map since it causes flickering
This commit is contained in:
parent
ad54ee2da0
commit
6c84fdbd3f
|
|
@ -143,13 +143,13 @@ $(function(){
|
|||
marker.addListener('click', function () {
|
||||
showMarkerInfoWindow(update.source, pos);
|
||||
});
|
||||
marker.setMap(map);
|
||||
markers[key] = marker;
|
||||
}
|
||||
}
|
||||
if (!marker) return;
|
||||
marker.setOptions($.extend({
|
||||
position: pos,
|
||||
map: map,
|
||||
title: sourceToString(update.source)
|
||||
}, aprsOptions, getMarkerOpacityOptions(update.lastseen) ));
|
||||
marker.lastseen = update.lastseen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue