소스 검색

hidden node id in map

bach 2 년 전
부모
커밋
94d5b6bd99
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/components/ConcernementMapItem.vue

+ 6 - 6
src/components/ConcernementMapItem.vue

@@ -453,12 +453,12 @@ export default {
         }
       }
 
-      // concernement id @center
-      this.ctx.beginPath();
-      // this.ctx.arc(this.pos.x, this.pos.y, 4, 0, 2 * Math.PI, false);
-      this.ctx.fillStyle = "#000";
-      this.ctx.fillText(this.concernement.id, this.pos.x, this.pos.y)
-      this.ctx.fill();
+      // // concernement id @center
+      // this.ctx.beginPath();
+      // // this.ctx.arc(this.pos.x, this.pos.y, 4, 0, 2 * Math.PI, false);
+      // this.ctx.fillStyle = "#000";
+      // this.ctx.fillText(this.concernement.id, this.pos.x, this.pos.y)
+      // this.ctx.fill();
 
     }
   },