Skip to content
Snippets Groups Projects
Commit 6f8e2001 authored by Armand Bahi's avatar Armand Bahi
Browse files

Mise en place du widget vmap

parent 228f2223
Branches
Tags
No related merge requests found
......@@ -18,7 +18,8 @@ import {
vmapAdminDatasourceObject,
vmapAdminCartoObject,
vmapMapsLayersMode,
vmapSymbolsFontsMode
vmapSymbolsFontsMode,
vmapCartoWidget,
} from '../modules/vmap/struct/vmap.struct';
export const appStruct: AppConfig = {
......@@ -74,7 +75,7 @@ export const appStruct: AppConfig = {
}
}, vitisLogsMode],
'headers': [vitisUserHeader, vitisHelpHeader],
'widgets': [],
'widgets': [vmapCartoWidget],
'documentation': [
{
'name': 'vMap',
......
......@@ -7,6 +7,7 @@
"month_year": "03_2018",
"application": "vMap",
"default_show_sidenav": true,
"widget_public_connect_available": true,
"map": {
"default_feature_zoom": 15,
"draw_style": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment