Skip to content
Snippets Groups Projects
Commit 04907e37 authored by Camille Blanchon's avatar Camille Blanchon
Browse files

Merge branch 'redmine-issues/19670' into 'develop'

REDMINE_ISSUE-19670 | Édition projet - Le fond de carte ne s'affiche pas dans l'aperçu

See merge request !737
parents 590d0207 68f803eb
No related branches found
No related tags found
1 merge request!737REDMINE_ISSUE-19670 | Édition projet - Le fond de carte ne s'affiche pas dans l'aperçu
......@@ -791,6 +791,13 @@ export default {
controls: [],
zoomControl: false,
});
// add default basemap (in other maps the component SidebarLayer handles layers)
mapService.addLayers(
null,
this.$store.state.configuration.DEFAULT_BASE_MAP_SERVICE,
this.$store.state.configuration.DEFAULT_BASE_MAP_OPTIONS,
this.$store.state.configuration.DEFAULT_BASE_MAP_SCHEMA_TYPE
);
},
zoomMap() {
......
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