|
@@ -81,14 +81,17 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created () {
|
|
created () {
|
|
|
|
+ console.log(`Concernement view created, this.$route`, this.$route);
|
|
console.log(`Concernement view created, id: ${this.cid}, eid: ${this.eid}, opened_concernement:${this.opened_concernement}`);
|
|
console.log(`Concernement view created, id: ${this.cid}, eid: ${this.eid}, opened_concernement:${this.opened_concernement}`);
|
|
console.log('Concernement view created, allSuperpositions_clustered', this.allSuperpositions_clustered);
|
|
console.log('Concernement view created, allSuperpositions_clustered', this.allSuperpositions_clustered);
|
|
console.log("superposition", this.superposition);
|
|
console.log("superposition", this.superposition);
|
|
|
|
|
|
- if(this.map_mode === "proximite" && this.$route.query.proximite_cid && this.$route.query.proximite_eid){
|
|
|
|
- this.proximite_cid_eid = {
|
|
|
|
- cid: this.$route.query.proximite_cid,
|
|
|
|
- eid: this.$route.query.proximite_eid,
|
|
|
|
|
|
+ if(this.map_mode === "proximite"){
|
|
|
|
+ if (this.$route.query.proximite_cid && this.$route.query.proximite_eid) {
|
|
|
|
+ this.proximite_cid_eid = {
|
|
|
|
+ cid: this.$route.query.proximite_cid,
|
|
|
|
+ eid: this.$route.query.proximite_eid,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// as we have two content to show multiply the cartouch with by 2
|
|
// as we have two content to show multiply the cartouch with by 2
|
|
// necessary for mapitem opening scale and position
|
|
// necessary for mapitem opening scale and position
|