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

Merge branch '127-mise-a-jour-du-code-pour-l-impression-d-une-carte-2' into 'next_version'

Resolve "Mise à jour du code pour l'impression d'une carte"

See merge request Development/vitis-2020/applications/vmap!13
parents 76f78d43 8de98add
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ import { ...@@ -20,6 +20,7 @@ import {
vmapMapsLayersMode, vmapMapsLayersMode,
vmapSymbolsFontsMode, vmapSymbolsFontsMode,
vmapCartoWidget, vmapCartoWidget,
vmapPrintWidget,
vmapMapPrintingsMode, vmapMapPrintingsMode,
} from '../modules/vmap/struct/vmap.struct'; } from '../modules/vmap/struct/vmap.struct';
...@@ -82,7 +83,7 @@ export const appStruct: AppConfig = { ...@@ -82,7 +83,7 @@ export const appStruct: AppConfig = {
} }
}, vitisLogsMode], }, vitisLogsMode],
'headers': [vitisUserHeader, vitisHelpHeader], 'headers': [vitisUserHeader, vitisHelpHeader],
'widgets': [vmapCartoWidget], 'widgets': [vmapCartoWidget, vmapPrintWidget],
'documentation': [ 'documentation': [
{ {
'name': 'vMap', 'name': 'vMap',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment