File tree 9 files changed +9
-11
lines changed
9 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import bufferSVG from '../../img/buffer.svg';
15
15
16
16
/**
17
17
* Control for creating buffers.
18
- * @extends {ole. Control }
18
+ * @extends {Control }
19
19
* @alias ole.BufferControl
20
20
*/
21
21
class BufferControl extends Control {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
26
26
27
27
/**
28
28
* Control with snapping functionality for geometry alignment.
29
- * @extends {ole. Control }
29
+ * @extends {Control }
30
30
* @alias ole.CadControl
31
31
*/
32
32
class CadControl extends Control {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import diffSVG from '../../img/difference.svg';
14
14
15
15
/**
16
16
* Control for creating a difference of geometries.
17
- * @extends {ole. Control }
17
+ * @extends {Control }
18
18
* @alias ole.Difference
19
19
*/
20
20
class Difference extends TopologyControl {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import drawLineSVG from '../../img/draw_line.svg';
6
6
7
7
/**
8
8
* Control for drawing features.
9
- * @extends {ole. Control }
9
+ * @extends {Control }
10
10
* @alias ole.DrawControl
11
11
*/
12
12
class DrawControl extends Control {
@@ -41,7 +41,6 @@ class DrawControl extends Control {
41
41
42
42
/**
43
43
* @type {ol.interaction.Draw }
44
- * @private
45
44
*/
46
45
this . drawInteraction = new Draw ( {
47
46
type : options ?. type || 'Point' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import intersectionSVG from '../../img/intersection.svg';
14
14
15
15
/**
16
16
* Control for intersection geometries.
17
- * @extends {ole. Control }
17
+ * @extends {Control }
18
18
* @alias ole.Intersection
19
19
*/
20
20
class Intersection extends TopologyControl {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Delete from '../interaction/delete';
9
9
10
10
/**
11
11
* Control for modifying geometries.
12
- * @extends {ole. Control }
12
+ * @extends {Control }
13
13
* @alias ole.ModifyControl
14
14
*/
15
15
class ModifyControl extends Control {
@@ -126,7 +126,6 @@ class ModifyControl extends Control {
126
126
/**
127
127
* Select interaction to modify features.
128
128
* @type {ol.interaction.Select }
129
- * @private
130
129
*/
131
130
this . selectModify = new SelectModify ( {
132
131
filter : this . selectFilter ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import rotateMapSVG from '../../img/rotate_map.svg';
9
9
10
10
/**
11
11
* Tool with for rotating geometries.
12
- * @extends {ole. Control }
12
+ * @extends {Control }
13
13
* @alias ole.RotateControl
14
14
*/
15
15
class RotateControl extends Control {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import delSVG from '../../img/buffer.svg';
4
4
5
5
/**
6
6
* Control for deleting geometries.
7
- * @extends {ole. Control }
7
+ * @extends {Control }
8
8
* @alias ole.TopologyControl
9
9
*/
10
10
class TopologyControl extends Control {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import unionSVG from '../../img/union.svg';
14
14
15
15
/**
16
16
* Control for creating a union of geometries.
17
- * @extends {ole. Control }
17
+ * @extends {Control }
18
18
* @alias ole.Union
19
19
*/
20
20
class Union extends TopologyControl {
You can’t perform that action at this time.
0 commit comments