mil filter switch

This commit is contained in:
Matthias Wirth
2020-03-15 20:22:47 +01:00
parent 40f6bf8e6a
commit 232e8e9a68

View File

@@ -3585,6 +3585,10 @@ function processURLParams(){
if (zoom) {
OLMap.getView().setZoom(zoom);
}
if (search.has('mil'))
toggleMilitary();
} catch (error) {
console.log(error);
}