mirror of https://gitee.com/antv-l7/antv-l7
commit
4dba5c6c0e
|
@ -118,5 +118,7 @@ new L7.Marker({
|
||||||
```javascript
|
```javascript
|
||||||
marker.on('click', (e) => {});
|
marker.on('click', (e) => {});
|
||||||
```
|
```
|
||||||
|
|
||||||
## demo 地址
|
## demo 地址
|
||||||
|
|
||||||
[demo1](../../../examples/tutorial/marker)
|
[demo1](../../../examples/tutorial/marker)
|
||||||
|
|
|
@ -94,5 +94,6 @@ popup.on('close', () => {});
|
||||||
```
|
```
|
||||||
|
|
||||||
## demo 地址
|
## demo 地址
|
||||||
|
|
||||||
[demo1](../../../examples/point/column)
|
[demo1](../../../examples/point/column)
|
||||||
[demo2](../../../examples/line/path)
|
[demo2](../../../examples/line/path)
|
||||||
|
|
|
@ -94,6 +94,6 @@ popup.on('close', () => {});
|
||||||
```
|
```
|
||||||
|
|
||||||
## demo 地址
|
## demo 地址
|
||||||
|
|
||||||
[demo1](../../../examples/point/column)
|
[demo1](../../../examples/point/column)
|
||||||
[demo2](../../../examples/line/path)
|
[demo2](../../../examples/line/path)
|
||||||
|
|
||||||
|
|
|
@ -494,25 +494,28 @@ layer.on('unpick', (ev) => {}); // 图层外的操作的所有事件
|
||||||
## 图层事件
|
## 图层事件
|
||||||
|
|
||||||
### inited
|
### inited
|
||||||
option
|
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
|
||||||
|
|
||||||
|
option
|
||||||
|
|
||||||
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
||||||
图层初始化完成后触发
|
图层初始化完成后触发
|
||||||
|
|
||||||
### add
|
### add
|
||||||
图层添加到scene
|
|
||||||
|
图层添加到 scene
|
||||||
|
|
||||||
option
|
option
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
|
||||||
|
|
||||||
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
||||||
### remove
|
### remove
|
||||||
|
|
||||||
图层移除时触发
|
图层移除时触发
|
||||||
|
|
||||||
option
|
option
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
|
@ -494,25 +494,28 @@ layer.on('unpick', (ev) => {}); // 图层外的操作的所有事件
|
||||||
## 图层事件
|
## 图层事件
|
||||||
|
|
||||||
### inited
|
### inited
|
||||||
option
|
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
|
||||||
|
|
||||||
|
option
|
||||||
|
|
||||||
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
||||||
图层初始化完成后触发
|
图层初始化完成后触发
|
||||||
|
|
||||||
### add
|
### add
|
||||||
图层添加到scene
|
|
||||||
|
图层添加到 scene
|
||||||
|
|
||||||
option
|
option
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
|
||||||
|
|
||||||
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
||||||
### remove
|
### remove
|
||||||
|
|
||||||
图层移除时触发
|
图层移除时触发
|
||||||
|
|
||||||
option
|
option
|
||||||
- target ILayer 当前layer
|
|
||||||
- type 事件类型
|
- target ILayer 当前 layer
|
||||||
|
- type 事件类型
|
||||||
|
|
Loading…
Reference in New Issue