performance improvements for filtered views

This commit is contained in:
Matthias Wirth
2020-03-04 16:25:29 +01:00
parent b427d960a6
commit 32bf7deb41
2 changed files with 8 additions and 2 deletions

View File

@@ -2087,7 +2087,7 @@ function refreshTableInfo() {
tableplane.inView = inView(tableplane, lastRealExtent);
if (globeIndex && !icaoFilter) {
if ((nMapPlanes < 100 || !onMobile)
if ((nMapPlanes < 150 || !onMobile)
&& (!onMobile || ZoomLvl > 10 || !tableplane.onGround)
&& (inView(tableplane, lastRenderExtent) || tableplane.selected)) {
tableplane.updateFeatures(now, last);