Skip to content

Commit 2c70112

Browse files
committed
【release】10.1.2 changelog
1 parent 7119992 commit 2c70112

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+169168
-162767
lines changed

.github/whatsNew1012_1.gif

13.3 MB
Loading

CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,97 @@
1+
# 10.1.2 #
2+
3+
## 新特性
4+
5+
### 新增指南针、绘制、飞行定位、幻灯片、坐标转换、图层颜色、属性表组件
6+
![1012-1](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1012_1.gif)
7+
8+
## API changes
9+
10+
### for leaflet
11+
12+
- `SuperMap.GetFeaturesByBoundsParameters` `SuperMap.GetFeaturesByGeometryParameters` `SuperMap.GetFeaturesByIDsParameters` 新增 `options.aggregations` 参数,支持传入聚合查询参数
13+
14+
### for OpenLayers
15+
16+
- `ol.supermap.WebMap`
17+
18+
- `options` 新增 `googleMapsAPIKey` 参数,支持传入google map api的key
19+
20+
- 谷歌底图的标注根据cookie中的语言或者是浏览器语言显示
21+
22+
- `SuperMap.GetFeaturesByBoundsParameters` `SuperMap.GetFeaturesByGeometryParameters` `SuperMap.GetFeaturesByIDsParameters` 新增 `options.aggregations` 参数,支持传入聚合查询参数
23+
24+
### for MapboxGL
25+
26+
- `SuperMap.GetFeaturesByBoundsParameters` `SuperMap.GetFeaturesByGeometryParameters` `SuperMap.GetFeaturesByIDsParameters` 新增 `options.aggregations` 参数,支持传入聚合查询参数
27+
28+
### Classic
29+
30+
- `SuperMap.GetFeaturesBySQLParameters` `SuperMap.GetFeaturesByBoundsParameters` `SuperMap.GetFeaturesByGeometryParameters` `SuperMap.GetFeaturesByIDsParameters` 新增 `options.aggregations` 参数,支持传入聚合查询参数
31+
32+
- `SuperMap.Control.TiledVectorLayerEditor` 新增 `mode` 参数,支持设置矢量地图编辑器图层列表显示模式
33+
34+
### Component
35+
36+
- vue-iclient-mapboxgl
37+
38+
- 新增图层颜色(sm-layer-color) 组件
39+
40+
- 新增坐标转换(sm-coordinate-conversion)组件
41+
42+
- 新增指南针(sm-compass)组件
43+
44+
- 新增时间轴(sm-time-line) (sm-time-range) (sm-time-slider) 组件
45+
46+
- 新增属性表(sm-attributes)组件
47+
48+
- 新增飞行定位(sm-fly-to)组件
49+
50+
- 新增幻灯片(sm-slideshow)组件
51+
52+
53+
54+
## Fixed
55+
56+
### for OpenLayers
57+
58+
- `ol.supermap.WebMap`
59+
60+
- 修复谷歌地图地址不正确导致不出图的问题
61+
62+
- 修复加载WMS 1.1.1服务出图错乱的问题
63+
64+
## Examples
65+
66+
### Component
67+
68+
- vue-iclient-mapboxgl
69+
70+
- 地图子组件
71+
72+
- 新增图层颜色组件示例
73+
74+
- 新增属性表组件示例
75+
76+
- 新增指南针组件示例
77+
78+
- 新增飞行定位组件示例
79+
80+
- 新增绘制组件示例
81+
82+
- 新增坐标转换组件示例
83+
84+
- 基础
85+
86+
- 新增时间轴组件示例
87+
88+
- 新增“超图大厦历史影像”示例
89+
90+
- 新增“气象卫星云图”示例
91+
92+
- 新增幻灯片组件示例
93+
94+
195
# 10.1.1 #
296

397
## 新特性

0 commit comments

Comments
 (0)