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

restore missing code

parent 7cee1732
No related branches found
No related tags found
1 merge request!149REDMINE_ISSUE-12527
......@@ -711,7 +711,7 @@ export default {
},
initMap() {
if (this.project && this.permissions.can_view_project) {
this.$store.dispatch("map/INITIATE_MAP");
this.$store.dispatch("map/INITIATE_MAP", this.$refs.map);
const url = `${this.API_BASE_URL}projects/${this.$route.params.slug}/feature/?output=geojson`;
this.checkForOfflineFeature();
let project_id = this.$route.params.slug.split("-")[0];
......
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