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