This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
||||
this.track
|
||||
] = await Promise.all([
|
||||
this.api.get('markers', {id_project: this.project.id}),
|
||||
this.api.get('geojson', {id_project: this.project.id})
|
||||
this.api.getAsset(this.project.geofilepath)
|
||||
]);
|
||||
|
||||
await this.initMap();
|
||||
|
||||
Reference in New Issue
Block a user