| * @returns {EditTool} | * @returns {EditTool} | ||||
| */ | */ | ||||
| activate(options = {}) { | activate(options = {}) { | ||||
| this._anchorLayer.entities.removeAll() | |||||
| this._anchors = [] | |||||
| this._viewer.tooltip.enable = true | this._viewer.tooltip.enable = true | ||||
| this._options = { ...DEF_OPTS, ...options } | this._options = { ...DEF_OPTS, ...options } | ||||
| this._unbindEvent() | this._unbindEvent() |