Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Commits
4bf010bf
Commit
4bf010bf
authored
3 years ago
by
Timothee P
Browse files
Options
Downloads
Patches
Plain Diff
remove done comments
parent
58b690ab
No related branches found
No related tags found
2 merge requests
!295
Version 3.0.0
,
!279
REDMINE_ISSUE-12846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/store/modules/map.store.js
+0
-2
0 additions, 2 deletions
src/store/modules/map.store.js
with
0 additions
and
2 deletions
src/store/modules/map.store.js
+
0
−
2
View file @
4bf010bf
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment