|
@@ -129,6 +129,11 @@ const GuideLine = {
|
|
|
lineWidth: 2 * coordinate.ratio,
|
|
|
dash: [3 * coordinate.ratio, 2 * coordinate.ratio, 2 * coordinate.ratio],
|
|
|
};
|
|
|
+const GuidePositionLine = {
|
|
|
+ strokeStyle: "#ccc",
|
|
|
+ lineWidth: 2 * coordinate.ratio,
|
|
|
+ dash: [3 * coordinate.ratio, 2 * coordinate.ratio, 2 * coordinate.ratio],
|
|
|
+}
|
|
|
const MeasureLine = {
|
|
|
strokeStyle: "#2F8FFF",
|
|
|
lineWidth: 4 * coordinate.ratio,
|
|
@@ -233,6 +238,7 @@ export default {
|
|
|
Element,
|
|
|
TestPoint,
|
|
|
RoadPoint,
|
|
|
+ GuidePositionLine,
|
|
|
SingleArrowLine,
|
|
|
DoubleArrowLine,
|
|
|
BasePoint,
|