fix lastRenderExtent not initialized on startup with noIsolation

fixes: https://github.com/wiedehopf/tar1090/issues/340
This commit is contained in:
Matthias Wirth
2024-10-05 19:37:54 +02:00
parent 21fecc2438
commit f65d62178e

View File

@@ -5878,6 +5878,8 @@ function processURLParams(){
}
}
lastRenderExtent = getRenderExtent();
if (urlIcaos.length > 0) {
const icaos = urlIcaos;
if (!usp.has('noIsolation'))