This commit is contained in:
parent
fff442df2c
commit
a7591a11fb
|
|
@ -994,7 +994,7 @@ function addMapLine() {
|
||||||
) {
|
) {
|
||||||
lineColor = "#FFFF00";
|
lineColor = "#FFFF00";
|
||||||
lineStyle = "solid";
|
lineStyle = "solid";
|
||||||
} else if (endPoint.existSpan === 1) {
|
} else if (endPoint.existSpan === 1 && startPoint.existSpan === 1) {
|
||||||
lineColor = "#d81e06";
|
lineColor = "#d81e06";
|
||||||
lineStyle = "dashed";
|
lineStyle = "dashed";
|
||||||
} else if (
|
} else if (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue