Explorar el Código

添加draw类别

bill hace 2 años
padre
commit
964e7795ac
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;
     }