Browse Source

#2140 contours test

bach 1 year ago
parent
commit
7acd312cc5
1 changed files with 12 additions and 11 deletions
  1. 12 11
      src/components/ConcernementMapItem.vue

+ 12 - 11
src/components/ConcernementMapItem.vue

@@ -1917,17 +1917,18 @@ export default {
           //   })
           // }
       } else {
-        if(this.map_mode === 'puissancedagir'
-          || this.map_mode === 'doleancer' 
-          || this.map_mode === 'action' ){
-            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";
-          //   })
-        }
+        this.paper_objects.children.entites.visible = false;
+        // if(this.map_mode === 'puissancedagir'
+        //   || this.map_mode === 'doleancer' 
+        //   || this.map_mode === 'action' ){
+        //     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";
+        //   //   })
+        // }
       }