Explorar el Código

Merge branch 'master' of http://192.168.0.115:3000/bill/traffic-laser

xushiting hace 2 años
padre
commit
24583a7992
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/graphic/Renderer/Draw.js

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

@@ -764,9 +764,8 @@ export default class Draw {
         this.drawBaseLineLabel(vector)
         drawPoints()
         break;
-      case VectorCategory.Line.MeasureLine:
+      case VectorCategory.Line.PositionLine:
         this.drawLineText(vector, style.text)
-        drawPoints()
         break;
     }