Skip to content
Snippets Groups Projects

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

Merged REDMINE_ISSUE-19670 | Édition projet - Le fond de carte ne s'affiche pas dans l'aperçu
Merged Timothee P requested to merge redmine-issues/19670 into develop
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -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() {
Loading