|
@@ -33,6 +33,11 @@ const NormalLine = {
|
|
lineWidth: 2 * coordinate.ratio,
|
|
lineWidth: 2 * coordinate.ratio,
|
|
strokeStyle: "#3290FF",
|
|
strokeStyle: "#3290FF",
|
|
};
|
|
};
|
|
|
|
+const CurveLine = {
|
|
|
|
+ ...def.CurveLine,
|
|
|
|
+ lineWidth: 2 * coordinate.ratio,
|
|
|
|
+ strokeStyle: "#3290FF",
|
|
|
|
+};
|
|
const ArrowLine = {
|
|
const ArrowLine = {
|
|
lineWidth: 2 * coordinate.ratio,
|
|
lineWidth: 2 * coordinate.ratio,
|
|
strokeStyle: "red",
|
|
strokeStyle: "red",
|
|
@@ -120,6 +125,7 @@ export default {
|
|
MeasureLine,
|
|
MeasureLine,
|
|
BasePoint,
|
|
BasePoint,
|
|
BaseLine,
|
|
BaseLine,
|
|
|
|
+ CurveLine,
|
|
Circle,
|
|
Circle,
|
|
RoadEdge,
|
|
RoadEdge,
|
|
NormalLine,
|
|
NormalLine,
|