diff --git a/_install/dependencies.json b/_install/dependencies.json
index 4263cbdeb9d85310b9c5b5c60927bf3004ad7104..e9d222f70b124764cb8968ac34e3b19c12ce810f 100644
--- a/_install/dependencies.json
+++ b/_install/dependencies.json
@@ -29,7 +29,7 @@
     ],
     "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)",
     "default_theme": "6",
-    "branch": "master",
+    "branch": "poc-offline",
     "name": "vmap",
     "enable_custom_restrictions": false,
     "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git",
@@ -53,12 +53,12 @@
       }
     },
     "framework": {
-      "branch": "master",
+      "branch": "poc-offline",
       "name": "vitis",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git"
     },
     "modules": [{
-      "branch": "master",
+      "branch": "poc-offline",
       "name": "module_vmap",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git"
     }, {
diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index f71b35d8a6fd96ecd7e4a359897ddf38b7edf62f..616fc0d0110111743b67111e5e3fc2787ae8575c 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -29,6 +29,7 @@ import {
   vmapFluxMode,
   vmapMapReportsMode,
   vmapAdminManageDataObject,
+  vmapConfigOfflineVmapObject
 } from '../modules/vmap/struct/vmap.struct';
 
 /**
@@ -101,6 +102,7 @@ export const appStruct: AppConfig = {
     'objects': [
       vitisConfigVitisObject,
       vmapConfigVmapObject,
+      vmapConfigOfflineVmapObject,
       vitisConfigEmailTemplatesObject,
       vitisConfigInterfaceObject,
       vitisConfigCustomTranslationsObject,
diff --git a/conf/properties.json b/conf/properties.json
index bca2503a8cddb292594aec07be7a03ef700ee2dc..f1465e887146f953f64cca56124133e3aacf5806 100644
--- a/conf/properties.json
+++ b/conf/properties.json
@@ -18,5 +18,8 @@
       "contour_size": 2,
       "circle_radius": 7
     }
-  }
-}
+  },
+  "vmap_offline": true,
+  "vmap_offline_redirection_enalble_multiple_zones": false,
+  "vmap_offline_redirection_enable_auto_download_zone": false
+}
\ No newline at end of file