ソースを参照

Update 'src/app/core/drawers/drawer-aggregator.js'

To read GEO with intersection point
Only added 1 debug message
leo 2 年 前
コミット
07e826c08b
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/app/core/drawers/drawer-aggregator.js

+ 2 - 1
src/app/core/drawers/drawer-aggregator.js

@@ -15,8 +15,9 @@ export class DrawerAggregator {
 
   constructor (drawer, geometricObject, konvaObject, elementClass) {
     try {
+      //D if (DrawerAggregator.static_id == 1) { console.trace(); }
       this.id = DrawerAggregator.static_id++; // DrawerAggregator identification number
-      console.log("drawer-aggregator.js!constructor(.): this.id=" + this.id); //D
+      //D console.log("drawer-aggregator.js!constructor(.): this.id=" + this.id); //D
       this.drawer = drawer;
       this.genericObject = geometricObject;
       this.konvaObject = konvaObject;