|
|
@ -378,6 +378,18 @@ export class ImageLabel2Component implements OnInit { |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
]; |
|
|
|
]; |
|
|
|
this.drawLine(arr, context); |
|
|
|
this.drawLine(arr, context); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.redrawPolygon( |
|
|
|
|
|
|
|
this.pointsOfmonitor, |
|
|
|
|
|
|
|
this.allpointsOfmonitor, |
|
|
|
|
|
|
|
this.circlesOfmonitor, |
|
|
|
|
|
|
|
context, |
|
|
|
|
|
|
|
'black' |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if ( |
|
|
|
if ( |
|
|
|
this.isDrawArrow && |
|
|
|
this.isDrawArrow && |
|
|
@ -404,6 +416,16 @@ export class ImageLabel2Component implements OnInit { |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
]; |
|
|
|
]; |
|
|
|
this.drawLine(arr, context); |
|
|
|
this.drawLine(arr, context); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.redrawPolygon( |
|
|
|
|
|
|
|
this.pointsOfmonitor, |
|
|
|
|
|
|
|
this.allpointsOfmonitor, |
|
|
|
|
|
|
|
this.circlesOfmonitor, |
|
|
|
|
|
|
|
context, |
|
|
|
|
|
|
|
'black' |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if ( |
|
|
|
if ( |
|
|
|
this.isDrawArrow && |
|
|
|
this.isDrawArrow && |
|
|
@ -430,6 +452,17 @@ export class ImageLabel2Component implements OnInit { |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
this.arrowPointsOfNorth, |
|
|
|
]; |
|
|
|
]; |
|
|
|
this.drawLine(arr, context); |
|
|
|
this.drawLine(arr, context); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.redrawPolygon( |
|
|
|
|
|
|
|
this.pointsOfmonitor, |
|
|
|
|
|
|
|
this.allpointsOfmonitor, |
|
|
|
|
|
|
|
this.circlesOfmonitor, |
|
|
|
|
|
|
|
context, |
|
|
|
|
|
|
|
'black' |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if ( |
|
|
|
if ( |
|
|
|
this.isDrawArrow && |
|
|
|
this.isDrawArrow && |
|
|
|