Skip to content

Commit 94faf8c

Browse files
committed
更新Changelog
1 parent 362dc55 commit 94faf8c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@
143143

144144
- `options` 新增 `webgl` 渲染相关参数,如:`color` , `highlightColor`, `opacity`,`radius`,`radiusScale`,`radiusMinPixels`,`radiusMaxPixels`,`strokeWidth`,`outline``onClick`,`onHover`
145145

146-
- `options` 新增 `isHighLight` 参数,支持高亮响应事件
146+
- 废弃 `onClick` 参数, `options` 新增 `isHighLight` 参数,增加 `graphichighlighted` 事件,支持高亮响应
147147

148-
- 废弃 `onClick` 参数
149-
150148
- 增加 `setGraphics` 接口,支持设置点要素
151149

152150
- 增加 `addGraphics` 接口,支持追加点要素
@@ -220,11 +218,11 @@
220218

221219
- 可视化 - threejs
222220

223-
- 新增three图层 `mapboxgl.supermap.ThreeLayer`
221+
- 新增three图层 `mapboxgl.supermap.ThreeLayer`
224222

225223
- 可视化 - 热力图
226224

227-
- 新增热力图层 `mapboxgl.supermap.HeatMapLayer`
225+
- 新增热力图层 `mapboxgl.supermap.HeatMapLayer`
228226

229227
- 可视化 - deck.gl
230228

@@ -276,6 +274,7 @@
276274
### for MapboxGL
277275

278276
- 修复在不支持跨域情况下,jsonp请求发送失败的问题
277+
- 修复 `mapboxgl.supermap.ThemeLayer` 及其子类无法使用 `map.addLayer` `map.getLayer` `map.moveLayer` `map.removeLayer` `map.setLayoutProperty` 操作的问题
279278
- 修复 `SuperMap.SurfaceAnalystParametersSetting``clipRegion` 不起作用的问题
280279
- 修复多个客户端专题图叠加偏移的问题
281280
- 修复 `mapboxgl.supermap.MapvLayer``clearData` 失败的问题
@@ -440,6 +439,10 @@
440439
- 提出css,方便单独引用
441440
- 增加dist文件夹
442441

442+
## Pull Request
443+
- [https://github.com/boundlessgeo/ol-mapbox-style/pull/83]{https://github.com/boundlessgeo/ol-mapbox-style/pull/83}
444+
- [https://github.com/boundlessgeo/ol-mapbox-style/pull/76]{https://github.com/boundlessgeo/ol-mapbox-style/pull/76}
445+
443446
# 9.0.1 (2017-12-27) #
444447

445448
## API changes

0 commit comments

Comments
 (0)