don't highlight selected planes.
i don't think highlighting the selected plane is necessary, you should see the track. Also no more different colored outline for MLAT.
This commit is contained in:
@@ -608,8 +608,10 @@ PlaneObject.prototype.updateIcon = function() {
|
||||
|
||||
var col = this.getMarkerColor();
|
||||
//var opacity = 1.0;
|
||||
var outline = (this.dataSource == "mlat" ? OutlineMlatColor : OutlineADSBColor);
|
||||
var add_stroke = (this.selected && !SelectedAllPlanes && !onlySelected && !multiSelect) ? (' stroke="'+outline+'" stroke-width="1px"') : '';
|
||||
//var outline = (this.dataSource == "mlat" ? OutlineMlatColor : OutlineADSBColor);
|
||||
//var add_stroke = (this.selected && !SelectedAllPlanes && !onlySelected && !multiSelect) ? (' stroke="'+outline+'" stroke-width="1px"') : '';
|
||||
const add_stroke = '';
|
||||
const outline = OutlineADSBColor;
|
||||
var baseMarkerKey = (this.category ? this.category : "A0") + "_"
|
||||
+ this.typeDescription + "_" + this.wtc + "_" + this.icaoType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user