bill 1 éve
szülő
commit
9f8daa4c73
2 módosított fájl, 3 hozzáadás és 2 törlés
  1. 2 1
      src/graphic/Renderer/Draw.js
  2. 1 1
      src/views/photos/index.vue

+ 2 - 1
src/graphic/Renderer/Draw.js

@@ -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);

+ 1 - 1
src/views/photos/index.vue

@@ -96,7 +96,7 @@ const menus = [
   {
     key: "accident",
     icon: "label",
-    text: "照片标注",
+    text: "事故照片",
     onClick: () => gotoDraw(Mode.Photo),
   },
 ];