Browse Source

添加覆盖物点位更新事件

tags/1.14.2
Caven Chen 4 years ago
parent
commit
eb2735902a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/core/event/EventType.js

+ 2
- 1
src/core/event/EventType.js View File

@@ -50,7 +50,8 @@ const OverlayEventType = {
DB_CLICK: Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK,
MOUSE_MOVE: Cesium.ScreenSpaceEventType.MOUSE_MOVE,
MOUSE_OVER: 'mouseover',
MOUSE_OUT: 'mouseout'
MOUSE_OUT: 'mouseout',
POSITION_UPDATE: 'positionUpdate'
}

const LayerGroupEventType = BaseEventType

Loading…
Cancel
Save