diff --git a/_install/dependencies.json b/_install/dependencies.json index 4263cbdeb9d85310b9c5b5c60927bf3004ad7104..07311d09db821cf3a735cb9c10f4ef3fffa280b0 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -29,8 +29,9 @@ ], "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "6", - "branch": "master", + "branch": "2024.02.02", "name": "vmap", + "enable_pwa": false, "enable_custom_restrictions": false, "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git", "users": { @@ -53,16 +54,16 @@ } }, "framework": { - "branch": "master", + "branch": "pre-2024.01.06", "name": "vitis", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git" }, "modules": [{ - "branch": "master", + "branch": "pre-2024.02.02", "name": "module_vmap", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" }, { - "branch": "master", + "branch": "2024.02.00", "name": "module_cadastre", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module-cadastre-2020.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