diff --git a/app/MetaGer.php b/app/MetaGer.php
index b1036f7244c272bbbd305f54f15c15326ea62b31..147894520fc3047f1e1b43b24349bc0856b24bc3 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -883,7 +883,7 @@ class MetaGer
         } else {
             $this->sprueche = false;
         }
-        $this->maps = $request->input('maps', 'on');
+        $this->maps = $request->input('maps', 'off');
         if ($this->maps === "on") {
             $this->maps = true;
         } else {