Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c99bb5

Browse files
【version】11.3.0 CHANGELOG
1 parent b003ccd commit 1c99bb5

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

‎CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
# 11.3.0 #
2+
3+
## API changes
4+
5+
### for MapLibreGL
6+
7+
- 新增 [maplibregl.supermap.WebMap](https://iclient.supermap.io/docs/maplibregl/WebMap.html) 接口, 支持加载 SuperMap iPortal 数据上图、地图工作室制作的地图
8+
9+
### Components
10+
11+
- 点选查询地图子组件 ([sm-identify](https://iclient.supermap.io/web/apis/vue/zh/api/control/identify.html)) 新增 [keyWordStyle](https://iclient.supermap.io/web/apis/vue/zh/api/control/identify.html#attributes)[valueWordStyle](https://iclient.supermap.io/web/apis/vue/zh/api/control/identify.html#attributes) 参数,支持配置属性弹窗显示的字段名称、文本是否自动换行
12+
13+
- 数据查询地图子组件 ([sm-query](https://iclient.supermap.io/web/apis/vue/zh/api/control/query.html)) 的 [restMap](https://iclient.supermap.io/web/apis/vue/zh/api/control/query.html#attributes)[restData](https://iclient.supermap.io/web/apis/vue/zh/api/control/query.html#attributes)[iportalData](https://iclient.supermap.io/web/apis/vue/zh/api/control/query.html#attributes) 参数新增 [queryMode](https://iclient.supermap.io/web/apis/vue/zh/api/control/query.html#attributes) 参数,支持关键字查询
14+
15+
- 新增属性面板组件 ([sm-attribute-panel](https://iclient.supermap.io/web/apis/vue/zh/api/common/attribute-panel.html)),支持显示数据的属性信息
16+
17+
- 图层列表组件 ([sm-layer-list](https://iclient.supermap.io/web/apis/vue/zh/api/control/layer-list.html)) 新增 [operations](https://iclient.supermap.io/web/apis/vue/zh/api/control/layer-list.html#operations) 参数,支持缩放至图层、调整图层顺序、图层透明度
18+
19+
- 图层管理组件 ([sm-layer-manager](https://iclient.supermap.io/web/apis/vue/zh/api/control/layer-manager.html)) 新增 [visible](https://iclient.supermap.io/web/apis/vue/zh/api/control/layer-manager.html#layer) 参数,支持配置图层是否默认加载
20+
21+
- 图片组件 ([sm-image](https://iclient.supermap.io/web/apis/vue/zh/api/common/image.html)) 新增 [previewMode](https://iclient.supermap.io/web/apis/vue/zh/api/common/image.html#attributes) 参数,支持图片预览
22+
23+
## Fixed
24+
25+
### for Leaflet
26+
27+
- 修复[数据服务查询组件](https://iclient.supermap.io/examples/leaflet/editor.html#components_dataServiceQuery)在 Bounds 模式下查询时,输入查询范围不生效的问题
28+
29+
- 修复[搜索组件](https://iclient.supermap.io/examples/leaflet/editor.html#components_Search)在多次查询后,查询结果要素在地图中消失的问题
30+
31+
# 11.2.1 #
32+
33+
## Fixed
34+
35+
### for Leaflet
36+
37+
- 修复 [L.supermap.ImageMapLayer](https://iclient.supermap.io/docs/leaflet/ImageMapLayer.html)[L.supermap.TiledMapLayer](https://iclient.supermap.io/docs/leaflet/TiledMapLayer.html) 叠加时, 缩放、平移出现叠加顺序错误的问题
38+
39+
- 修复对数据集进行几何查询时排序无效的问题
40+
41+
- 修复 [L.supermap.GeometryAnalysis](https://iclient.supermap.io/docs/leaflet/GeometryAnalysis.html) [computeGeodesicArea](https://iclient.supermap.io/docs/leaflet/GeometryAnalysis.html#computeGeodesicArea) 经纬度面积计算结果不对的问题
42+
43+
- 优化知识图谱加载动画效果
44+
45+
### for OpenLayers
46+
47+
- 修复显示矢量瓦片时,自定义请求头对 sprite.png 不生效的问题
48+
49+
- 修复对数据集进行几何查询时排序无效的问题
50+
51+
- 修复 [ol.supermap.GeometryAnalysis](https://iclient.supermap.io/docs/openlayers/GeometryAnalysis.html) [computeGeodesicArea](https://iclient.supermap.io/docs/openlayers/GeometryAnalysis.html#computeGeodesicArea) 经纬度面积计算结果不对的问题
52+
53+
- 优化知识图谱加载动画效果
54+
55+
56+
### for MapboxGL
57+
58+
- 修复对数据集进行几何查询时排序无效的问题
59+
60+
- 修复 [mapboxgl.supermap.GeometryAnalysis](https://iclient.supermap.io/docs/mapboxgl/GeometryAnalysis.html) [computeGeodesicArea](https://iclient.supermap.io/docs/mapboxgl/GeometryAnalysis.html#computeGeodesicArea) 经纬度面积计算结果不对的问题
61+
62+
- 优化知识图谱加载动画效果
63+
64+
### for MaplibreGL
65+
66+
- 修复对数据集进行几何查询时排序无效的问题
67+
68+
- 修复使用 maplibregl-enhance 时,地图初始级别小于3级时 flyTo 定位错误的问题
69+
70+
- 修复 [maplibregl.supermap.GeometryAnalysis](https://iclient.supermap.io/docs/maplibregl/GeometryAnalysis.html) [computeGeodesicArea](https://iclient.supermap.io/docs/maplibregl/GeometryAnalysis.html#computeGeodesicArea) 经纬度面积计算结果不对的问题
71+
72+
- 优化知识图谱加载动画效果
73+
74+
75+
176
# 11.2.0 #
277

378
## 重要

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /