diff --git a/html/script.js b/html/script.js index 200a807..e7efc23 100644 --- a/html/script.js +++ b/html/script.js @@ -4691,6 +4691,9 @@ function processURLParams(){ if (usp.has('centerReceiver')) { OLMap.getView().setCenter(ol.proj.fromLonLat([SiteLon, SiteLat])); } + if (usp.has('reg')) { + findPlanes(usp.get('reg'), false, false, "byReg", false); + } } let regIcaoDownloadRunning = false;