/?reg=D-ASDF query flag for a single registration

This commit is contained in:
Matthias Wirth
2021-06-22 20:24:42 +02:00
parent bc3422402f
commit e2273b2fc1

View File

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