performance improvements for filtered views
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user