Check for other TIS-B types
This commit is contained in:
parent
f1192e9414
commit
bd96af9827
|
@ -1001,7 +1001,7 @@ function refreshTableInfo() {
|
||||||
|
|
||||||
if (tableplane.getDataSource() === "adsb_icao") {
|
if (tableplane.getDataSource() === "adsb_icao") {
|
||||||
classes += " vPosition";
|
classes += " vPosition";
|
||||||
} else if (tableplane.getDataSource() === "tisb_trackfile") {
|
} else if (tableplane.getDataSource() === "tisb_trackfile" || tableplane.getDataSource() === "tisb_icao" || tableplane.getDataSource() === "tisb_other") {
|
||||||
classes += " tisb";
|
classes += " tisb";
|
||||||
} else if (tableplane.getDataSource() === "mlat") {
|
} else if (tableplane.getDataSource() === "mlat") {
|
||||||
classes += " mlat";
|
classes += " mlat";
|
||||||
|
|
Loading…
Reference in a new issue