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);
}