Skip to content

Commit a885b42

Browse files
committed
【update】更新10.0.0 alpha Changelog
1 parent a75fa29 commit a885b42

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

.github/1000-1.gif

63.1 KB
Loading

CHANGELOG.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,64 @@
1-
# next release #
1+
# 10.0.0 alpha #
2+
3+
## 新特性
4+
5+
- iClient for MapboxGL(for vue)组件库新增示例,新增房产项目可视化监控平台示例,使用 iClient Vue 组件快速搭建行业大屏应用
6+
7+
![whatsNewComponents](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/1000-1.gif)
8+
9+
## API changes
10+
11+
### for Leaflet
12+
- `L.supermap.ServiceBase` 及其子类
13+
14+
- 新增 `options.crossOrigin` 参数,支持设置是否允许跨域请求。
15+
16+
### for OpenLayers
17+
18+
- iPortal
19+
20+
- `ol.supermap.WebMap` 新增支持迁徙图、MVT矢量瓦片图层。
21+
22+
- `ol.supermap.MapboxStyles` 新增 `setSelectedObjects` `addSelectedObjects` `removeSelectedObjects` `clearSelectedObjects` 接口,只是设置、增加、移除、清除多个高亮要素。
23+
24+
- `ol.supermap.ServiceBase` 及其子类
25+
26+
- 新增 `options.crossOrigin` 参数,支持设置是否允许跨域请求。
27+
28+
29+
### for MapboxGL
30+
31+
- `mapboxgl.supermap.ServiceBase` 及其子类
32+
33+
- 新增 `options.crossOrigin` 参数,支持设置是否允许跨域请求。
34+
35+
## Fixed
36+
37+
### for Leaflet
38+
39+
- 修复从 SuperMap iServer 获取要素可能多`stringID``ID`属性字段的问题,请使用`feature.id`获取要素id
40+
41+
### for OpenLayers
42+
43+
- 修复从 SuperMap iServer 获取要素可能多`stringID``ID`属性字段的问题,请使用`feature.getId()`获取要素id
44+
45+
### for MapboxGL
46+
47+
- 修复从 SuperMap iServer 获取要素可能多`stringID``ID`属性字段的问题,请使用`feature.id`获取要素id
48+
49+
50+
## Examples
51+
52+
### for OpenLayers
53+
54+
- 修复平面无投影地图相关示例访问失败的问题。
55+
56+
### for MapboxGL
57+
58+
- 新增 `Vue 组件` 分类及相关示例。
59+
60+
61+
262
# 9.1.2 (2019-04-26) #
363

464
## 新特性

0 commit comments

Comments
 (0)