File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 10.1.3 #
2
+
3
+ ## API changes
4
+
5
+ ### for Leaflet
6
+
7
+ - ` SuperMap.GetFeaturesByBoundsParameters ` ` SuperMap.GetFeaturesByBufferParameters ` ` SuperMap.GetFeaturesByGeometryParameters ` ` SuperMap.GetFeaturesByIDsParameters ` 新增 options.hasGeometry 参数,支持这只是否返回几何信息
8
+
9
+ ### for OpenLayers
10
+
11
+ - ` SuperMap.GetFeaturesByBoundsParameters ` ` SuperMap.GetFeaturesByBufferParameters ` ` SuperMap.GetFeaturesByGeometryParameters ` ` SuperMap.GetFeaturesByIDsParameters ` 新增 options.hasGeometry 参数,支持这只是否返回几何信息
12
+
13
+ ### for MapboxGL
14
+
15
+ - ` SuperMap.GetFeaturesByBoundsParameters ` ` SuperMap.GetFeaturesByBufferParameters ` ` SuperMap.GetFeaturesByGeometryParameters ` ` SuperMap.GetFeaturesByIDsParameters ` 新增 options.hasGeometry 参数,支持这只是否返回几何信息
16
+
17
+ ### Component
18
+
19
+ - vue-iclient-mapboxgl
20
+
21
+ - 多行文本(sm-text-list)组件支持自定义单元格样式
22
+
23
+ ## Fixed
24
+
25
+ ### for Leaflet
26
+
27
+ - iServer
28
+
29
+ - 修复 各 ` Service ` 类回调函数中编码出错重复进入回调的问题
30
+
31
+ - 可视化
32
+
33
+ - 修复 高效率点图层类 L.supermap.graphicLayer webgl 渲染模式下,当地图坐标系为 WGS84 时叠加偏移的问题
34
+
35
+ - 动态标绘
36
+
37
+ - 修复 带不透明填充的点标号绘制时填充带透明度 问题
38
+
39
+ - 修复 扇形区域在南北极绘制错误 问题
40
+
41
+ ### for OpenLayers
42
+
43
+ - iServer
44
+
45
+ - 修复 各 ` Service ` 类回调函数中编码出错重复进入回调的问题
46
+
47
+ - 可视化
48
+
49
+ - 修复 ol.source.Graphic在分辨率不为100%的浏览器下和设备比不为1的设备上显示不全的问题
50
+
51
+ ### for MapboxGL
52
+
53
+ - iServer
54
+
55
+ - 修复各 ` Service ` 类回调函数中编码出错重复进入回调的问题
56
+
57
+ ### Component
58
+
59
+ - vue-iclient-mapboxgl
60
+
61
+ - 属性表(sm-attributes)组件支持SuperMap iServer来源的数据分页请求
62
+
63
+ ## Examples
64
+
65
+ ### for MapboxGL
66
+
67
+ - 可视化-EChartsGL
68
+
69
+ - 修复EChartsGL示例不能拖动和缩放的问题
70
+
71
+ - 可视化-矢量瓦片
72
+
73
+ - 新增“POI 标签高亮”示例
74
+
75
+
1
76
# 10.1.2 #
2
77
3
78
## 新特性
You can’t perform that action at this time.
0 commit comments