Skip to content
Snippets Groups Projects
Commit 8ede8602 authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Merge branch 'pre-2024.02.02'

parents 81982771 7ddf83b6
Branches
Tags
No related merge requests found
......@@ -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"
}]
......
......@@ -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,
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment