From 232e8e9a680115947c8dfdc7b4d7af9a94cf63df Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 15 Mar 2020 20:22:47 +0100 Subject: [PATCH] mil filter switch --- html/script.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/script.js b/html/script.js index ab69638..ed21bc5 100644 --- a/html/script.js +++ b/html/script.js @@ -3585,6 +3585,10 @@ function processURLParams(){ if (zoom) { OLMap.getView().setZoom(zoom); } + + if (search.has('mil')) + toggleMilitary(); + } catch (error) { console.log(error); }