|
|
@@ -264,8 +264,8 @@ export default {
|
|
|
ctx.translate(-x * width - width / 2, -y * height - height / 2);
|
|
|
ctx.font = "14px 微软雅黑";
|
|
|
ctx.fillStyle = 'red';
|
|
|
- ctx.fillText(Number(this.mapPointInfo.angle), x * width + 20, y * height + 5, 100);
|
|
|
- ctx.fillText(Number(this.mapPointInfo.angle), x * width + 20+0.5, y * height + 5+0.5, 100);
|
|
|
+ ctx.fillText(Number(this.mapPointInfo.angle), x * width + width, y * height + 5, 100);
|
|
|
+ ctx.fillText(Number(this.mapPointInfo.angle), x * width + width+0.5, y * height + 5+0.5, 100);
|
|
|
}
|
|
|
}
|
|
|
}
|