From 1b690c09b24cb563089cfe7cfbce092f22f6f5ed Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 11 Jan 2024 12:49:43 +0100 Subject: [PATCH] Limit tile queue so the slow map loading doesn't inhibit plane data loading --- html/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/script.js b/html/script.js index d62487b..b400a58 100644 --- a/html/script.js +++ b/html/script.js @@ -2191,6 +2191,7 @@ function ol_map_init() { new ol.control.ScaleLine({units: DisplayUnits}) ], interactions: new ol.interaction.defaults({altShiftDragRotate:false, pinchRotate:false,}), + maxTilesLoading: 4, }); console.time('webglInit');