@@ -718,7 +718,8 @@ export default class Draw {
targetLine[0],
targetLine[1],
join,
- help.getScreenDistance(edgeVector.roadSide.width * 1000) + 4
+ help.getScreenDistance(edgeVector.roadSide.width * 1000) +
+ 24 * coordinate.ratio
);
// this.drawPoint(tstart);
@@ -96,7 +96,7 @@ const menus = [
{
key: "accident",
icon: "label",
- text: "照片标注",
+ text: "事故照片",
onClick: () => gotoDraw(Mode.Photo),
},
];