From 1874f81198793a793936554bff42463e83ac9640 Mon Sep 17 00:00:00 2001
From: ArmandBahi <armand.bahi@veremes.com>
Date: Tue, 30 Mar 2021 16:45:42 +0200
Subject: [PATCH] Struct composant carto

---
 conf/app.struct.ts | 52 ++++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index a56dca8b..87c54bc1 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -16,6 +16,7 @@ import {
   vmapTranslateConfig,
   vmapAPIVmapWebService,
   vmapAdminDatasourceObject,
+  vmapAdminCartoObject,
 } from '../modules/vmap/struct/vmap.struct';
 
 export const appStruct: AppConfig = {
@@ -28,9 +29,10 @@ export const appStruct: AppConfig = {
   'favicon': 'conf/images/Veremes-Leaf-Frame-W.png',
   'modes': [{
     'type': 'separator',
-    'label': 'vMap',
+    'label': 'TITLE_SEPARATOR_MAP',
     'privilege': 'vmap_user'
   },
+  vmapAdminCartoObject,
   {
     'type': 'separator',
     'label': 'TITLE_MODE_VMAP_ADMIN',
@@ -71,35 +73,35 @@ export const appStruct: AppConfig = {
   'widgets': [],
   'documentation': [
     {
-      "name": "vMap",
-      "url": "http://documentation.veremes.net/vmap/fr/index.html"
+      'name': 'vMap',
+      'url': 'http://documentation.veremes.net/vmap/fr/index.html'
     }
   ],
   'credits': {
-    "authors": [
-      "Alexandre Miromenkov",
-      "Anthony Borghi",
-      "Armand Bahi",
-      "Frederic Carretero",
-      "Olivier Gayte",
-      "Laurent Panabières",
-      "Ludivine Premont",
-      "Sofian Pujo"
+    'authors': [
+      'Alexandre Miromenkov',
+      'Anthony Borghi',
+      'Armand Bahi',
+      'Frederic Carretero',
+      'Olivier Gayte',
+      'Laurent Panabières',
+      'Ludivine Premont',
+      'Sofian Pujo'
     ],
-    "graphics": [
-      "Alexandre Roy"
+    'graphics': [
+      'Alexandre Roy'
     ],
-    "libs": [
-      "Apache",
-      "Angular",
-      "Bootstrap",
-      "Postgres",
-      "Symfony",
-      "OpenLayers",
-      "Open Street Maps",
-      "jQuery"
+    'libs': [
+      'Apache',
+      'Angular',
+      'Bootstrap',
+      'Postgres',
+      'Symfony',
+      'OpenLayers',
+      'Open Street Maps',
+      'jQuery'
     ],
-    "contact": "www.veremes.com",
-    "licence": "© Veremes"
+    'contact': 'www.veremes.com',
+    'licence': '© Veremes'
   }
 };
\ No newline at end of file
-- 
GitLab