From 4bf010bfa2ccf4a1ac424cfa183edd0347a63c1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr>
Date: Wed, 26 Jan 2022 18:00:57 +0100
Subject: [PATCH] remove done comments

---
 src/store/modules/map.store.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/store/modules/map.store.js b/src/store/modules/map.store.js
index 54a211db..766ab39d 100644
--- a/src/store/modules/map.store.js
+++ b/src/store/modules/map.store.js
@@ -118,8 +118,6 @@ const map = {
       // - if one basemap exists, check in the localstorage if one active basemap is set
       // - if no current active basemap, get the first index
       // - if not, load the default map and service options
-
-      // todo : create endpoints to get : 'baseMaps' ,'layers' ,'serviceMap' ,'optionsMap' 
       let layersToLoad = null;
       if (state.basemaps && state.basemaps.length > 0) {
         // Use active one if exists, otherwise index 0 (first basemap in the list)
-- 
GitLab