Limit tile queue so the slow map loading doesn't inhibit plane data loading

This commit is contained in:
Matthias Wirth
2024-01-11 12:49:43 +01:00
parent d4cb4e1069
commit 1b690c09b2

View File

@@ -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');