We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab147dd commit e3de7e0Copy full SHA for e3de7e0
src/openlayers/overlay/DataFlow.js
@@ -7,7 +7,7 @@ import {DataFlowService} from "../services/DataFlowService";
7
* @classdesc 实时数据图层源。
8
* @param {Object} opt_options - 参数。
9
* @param {string} [opt_options.idField = 'id']
10
- * @param {Array.{Object}} [opt_options.geometry] - 设置增添的几何要素对象数组。
+ * @param {Array.<Object>} [opt_options.geometry] - 设置增添的几何要素对象数组。
11
* @param {Object} [opt_options.prjCoordSys] - 请求的地图的坐标参考系统。当此参数设置的坐标系统不同于地图的原有坐标系统时, 系统会进行动态投影,并返回动态投影后的地图瓦片。例如:{"epsgCode":3857}。
12
* @param {Object} [opt_options.excludeField] - 排除字段
13
* @extends {ol.source.Vector}
0 commit comments