fix: fix conflict

This commit is contained in:
thinkinggis 2020-01-31 00:20:32 +08:00
commit b9e54b1595
12 changed files with 30 additions and 30 deletions

View File

@ -59,11 +59,11 @@ scene.addControl(scaleControl);
配置项
option 控件配置项
overlayers 将一组图层添加到图层列表,
overlayers Object
key: 列表显示的图层名字可以自定义
layer: 图层对象
option 控件配置项
overlayers 将一组图层添加到图层列表,
overlayers Object
key: 列表显示的图层名字可以自定义
layer: 图层对象
overlayers 示例
```javascript

View File

@ -14,7 +14,7 @@ Marker
#### option
- color        `string` 
![map-marker.png](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*BJ6cTpDcuLcAAAAAAAAAAABkARQnAQ)  设置默认 marker 的颜色
![map-marker.png](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*BJ6cTpDcuLcAAAAAAAAAAABkARQnAQ)  设置默认 marker 的颜色
- element    `Dom|string`    自定义 marker Dom 节点,可以是 dom 实例,也可以是 dom id
- anchor     `string`  锚点位置   支持 center, top, top-left, top-right, bottom, bottom-left,bottom-right,left, right
- offset    `Array`  偏移量  [ 0, 0 ] 分别表示 X, Y 的偏移量

View File

@ -3,12 +3,12 @@ title: Marker 图层
order: 3
---
MarkerLayer 是 Marker 的升级版Marker 是独立的地图标注MarkerLayer 则是统一管理大量的 Marker 数据。
MarkerLayer 是Marker的升级版Marker是独立的地图标注MarkerLayer则是统一管理大量的Marker数据。
**技术差异**
- Marker Dom 绘制一个地图元素
- MarkerLayer 统一管理多个 DomMarker
- MarkerLayer 统一管理多个DomMarker
- PointLayer 通过 WebGL 绘制元素。
**功能差异**

View File

@ -28,16 +28,14 @@ const popup = new L7.Popup(option);
设置 popup 的经纬度位置
**参数**lnglat
**参数**lnglat
支持数组
```javascript
[112, 32];
[112,32]
```
经纬度对象
```javascript
{
lng: 112,
@ -66,11 +64,12 @@ popup.addTo(scene);
设置 popup html 内容
```javascript
var html = `<p>省份
var html =
`<p>省份
${feature.s} </p><p>地区
${feature.m}</p><p>数值
${feature.t}</p>`;
popup.setHtml(html);
popup.setHtml(html);
```
#### setDOMContent

View File

@ -28,16 +28,14 @@ const popup = new L7.Popup(option);
设置 popup 的经纬度位置
**参数**lnglat
**参数**lnglat
支持数组
```javascript
[112, 32];
[112,32]
```
经纬度对象
```javascript
{
lng: 112,
@ -66,11 +64,12 @@ popup.addTo(scene);
设置 popup html 内容
```javascript
var html = `<p>省份
var html =
`<p>省份
${feature.s} </p><p>地区
${feature.m}</p><p>数值
${feature.t}</p>`;
popup.setHtml(html);
popup.setHtml(html);
```
#### setDOMContent

View File

@ -503,7 +503,9 @@ layer.on('unpick', (ev) => {}); // 图层外的操作的所有事件
图层初始化完成后触发
```javascript
layer.on('inited', (option) => {});
layer.on('inited',(option)=>{
})
```
### add

View File

@ -503,7 +503,9 @@ layer.on('unpick', (ev) => {}); // 图层外的操作的所有事件
图层初始化完成后触发
```javascript
layer.on('inited', (option) => {});
layer.on('inited',(option)=>{
})
```
### add

View File

@ -41,4 +41,4 @@ import { RasterLayer } from '@antv/l7';
positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
} // 色带
⚠️ color, position 的长度要相同
⚠️ color, position 的长度要相同

View File

@ -41,4 +41,4 @@ import { RasterLayer } from '@antv/l7';
positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
} // 色带
⚠️ color, position 的长度要相同
⚠️ color, position 的长度要相同

View File

@ -264,7 +264,6 @@ scene.panBy(x, y);
```
参数:
- `x` {number} 水平方向移动像素 向右为正方向
- `y` {number} 垂直方向移动像素 向下为正方向
@ -278,7 +277,7 @@ scene.setPitch(pitch);
参数 :
`pitch` {number}
 `pitch` {number}
### fitBounds
@ -315,7 +314,6 @@ scene.removeLayer(layer);
### off
移除事件监听
- `eventName` {string} 事件名
- `handler` {function } 事件回调函数

View File

@ -323,7 +323,7 @@ scene.removeLayer(layer);
移除事件监听
`eventName` {string} 事件名
`handler` {function } 事件回调函数
`handler` {function } 事件回调函数
### 场景事件

View File

@ -111,7 +111,7 @@ tranforms 处理的是的标准化之后的数据
- type: 'grid',
- size: 网格半径
- field: 数据统计字段
- method: 聚合方法  count,max,min,sum,mean 5 个统计维度
- method: 聚合方法 count,max,min,sum,mean 5个统计维度
```javascript
layer.source(data, {