clear filtered aircraft in globeIndex mode when SelectedAllPlanes active

This commit is contained in:
Matthias Wirth
2020-03-11 10:15:52 +01:00
parent 518f839f88
commit a6b6a510c6

View File

@@ -2172,7 +2172,7 @@ function refreshTableInfo() {
if (globeIndex && !icaoFilter) {
if ((nMapPlanes < 100 || !onMobile)
&& (!onMobile || ZoomLvl > 10 || !tableplane.onGround)
&& (inView(tableplane, lastRenderExtent) || tableplane.selected)) {
&& (inView(tableplane, lastRenderExtent) || (tableplane.selected && !SelectedAllPlanes))) {
tableplane.updateFeatures(now, last);
} else if (tableplane.visible) {
tableplane.clearMarker();