|
|
@@ -178,7 +178,9 @@ export default class Load {
|
|
|
// this.getXY(width, height, data3d.fixPoints[i].pos)
|
|
|
// );
|
|
|
// point.setCategory(VectorCategory.Point.FixPoint);
|
|
|
- let text = textService.create(data3d.fixPoints[i].pos);
|
|
|
+ let text = textService.create(
|
|
|
+ this.getXY(width, height, data3d.fixPoints[i].pos)
|
|
|
+ );
|
|
|
text.setValue(data3d.fixPoints[i].text);
|
|
|
text.setAngle(angle);
|
|
|
}
|