hidden node id in map

This commit is contained in:
Bachir Soussi Chiadmi 2023-04-25 14:30:04 +02:00
parent fb8903a9ce
commit 94d5b6bd99

View File

@ -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();
}
},