|
@@ -5,6 +5,7 @@ export class LineModel extends LineSegmentModel {
|
|
constructor(pointA, pointB, label, id) {
|
|
constructor(pointA, pointB, label, id) {
|
|
super(pointA, pointB, label, id);
|
|
super(pointA, pointB, label, id);
|
|
this.setClass(ELEMENTS_CLASS.LINE);
|
|
this.setClass(ELEMENTS_CLASS.LINE);
|
|
|
|
+ this.color = -16776961;
|
|
}
|
|
}
|
|
|
|
|
|
static do(map, list) {
|
|
static do(map, list) {
|