Skip to content

Commit e3de7e0

Browse files
【API】 ol下dataflow 参数类型错误修改
1 parent ab147dd commit e3de7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlayers/overlay/DataFlow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {DataFlowService} from "../services/DataFlowService";
77
* @classdesc 实时数据图层源。
88
* @param {Object} opt_options - 参数。
99
* @param {string} [opt_options.idField = 'id']
10-
* @param {Array.{Object}} [opt_options.geometry] - 设置增添的几何要素对象数组。
10+
* @param {Array.<Object>} [opt_options.geometry] - 设置增添的几何要素对象数组。
1111
* @param {Object} [opt_options.prjCoordSys] - 请求的地图的坐标参考系统。当此参数设置的坐标系统不同于地图的原有坐标系统时, 系统会进行动态投影,并返回动态投影后的地图瓦片。例如:{"epsgCode":3857}。
1212
* @param {Object} [opt_options.excludeField] - 排除字段
1313
* @extends {ol.source.Vector}

0 commit comments

Comments
 (0)