Skip to content
Snippets Groups Projects
Commit 4bf010bf authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove done comments

parent 58b690ab
No related branches found
No related tags found
2 merge requests!295Version 3.0.0,!279REDMINE_ISSUE-12846
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment