#2140 contours test
This commit is contained in:
parent
b4ab835250
commit
02c921a7c0
@ -1917,7 +1917,17 @@ export default {
|
|||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
} else {
|
} else {
|
||||||
|
if(this.map_mode === 'puissancedagir'
|
||||||
|
|| this.map_mode === 'doleancer'
|
||||||
|
|| this.map_mode === 'action' ){
|
||||||
this.paper_objects.children.entites.visible = false;
|
this.paper_objects.children.entites.visible = false;
|
||||||
|
}else{
|
||||||
|
this.paper_objects.children.entites.visible = true;
|
||||||
|
// this.paper_objects.children.entites.children.forEach((entite) => {
|
||||||
|
// // entite.style.strokeWidth = 2;
|
||||||
|
// // entite.style.strokeColor = "#fff";
|
||||||
|
// })
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user