filterTisb option filters all TIS-B again

This commit is contained in:
Matthias Wirth
2019-12-27 23:18:41 +01:00
parent 2e286a7f7c
commit defc9f73d1

View File

@@ -189,8 +189,7 @@ PlaneObject.prototype.isFiltered = function() {
return true;
}
if (filterTISB && this.dataSource == "tisb" && this.icao[0] == '~') {
// only filter TISB that don't correspond to a real ICAO address
if (filterTISB && this.dataSource == "tisb") {
return true;
}