From e2273b2fc1d098d30852c8d1b9a7ac0dee0df1c2 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Tue, 22 Jun 2021 20:24:42 +0200 Subject: [PATCH] /?reg=D-ASDF query flag for a single registration --- html/script.js | 3 +++ 1 file changed, 3 insertions(+) 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;