File tree Expand file tree Collapse file tree 2 files changed +45
-4
lines changed Expand file tree Collapse file tree 2 files changed +45
-4
lines changed Original file line number Diff line number Diff line change
1
+ # next release
2
+
3
+ ## API changes
4
+
5
+ ### for Leaflet
6
+
7
+ - 可视化 - 矢量瓦片
8
+
9
+ - ` L.supermap.tiledVectorLayer ` 新增 ` options.processCharacters ` 参数,支持本地设置服务端的CartoCSS样式时替换特殊字符
10
+
11
+ ## Fixed
12
+
13
+ ### for Leaflet
14
+
15
+ - 修复 ` L.supermap.featureService ` 更新要素时没有携带凭据的问题
16
+ - 优化 ` L.supermap.echartsLayer ` 内存占用问题
17
+ - 修复 ` L.supermap.labelThemeLayer ` 移除所有要素后,放大缩小还是会显示要素的问题
18
+ - 修复 ` L.supermap.graphicLayer ` 从地图移除后再添加后,移动时要素偏移的问题,优化绘制性能
19
+ - 修复 ` L.supermap.webmap ` 在地图没有设置中心点的时候无法出图的问题
20
+ - 修复 Internet Explorer 11 浏览器上报错问题
21
+
22
+
23
+ ### for OpenLayers
24
+
25
+ - 修复 ` ol.source.Graphic ` 在浏览器窗口大小发生变化,要素偏移的问题
26
+ - 修复 ` ol.source.DataFlow ` 更新要素位置时可能出现的闪烁问题
27
+ - 修复 ` ol.source.Label ` 移除所有要素后,放大缩小还是会显示要素的问题
28
+ - 修复 ` ol.supermap.WebMap ` 在地图没有设置中心点的时候无法出图的问题
29
+ - 优化 ` ol.source.Graphic ` 三叶草样式仅有单个叶片时的选中逻辑
30
+ - 修复 Internet Explorer 11 浏览器上报错问题
31
+
32
+ ### for MapboxGL
33
+ - 修复 ` mapboxgl.supermap.LabelThemeLayer ` 移除所有要素后,放大缩小还是会显示要素的问题
34
+
35
+
36
+ ## Examples
37
+
38
+ ### for MapboxGL
39
+
40
+ - 可视化 - 矢量瓦片
41
+
42
+ - 新增“土地利用”示例
43
+
44
+
45
+
1
46
# 9.1.0 beta (2018-8-2) #
2
47
3
48
## API changes
4
49
5
50
### for Leaflet
6
51
7
52
- 新增 ` L.Util.transform ` 方法,支持要素的投影转换
8
- - ` L.supermap.tiledVectorLayer `
9
-
10
- - ` options ` 新增 ` processCharacters ` 参数,支持本地设置服务端的CartoCSS样式时替换特殊字符
11
53
12
54
## Fixed
13
55
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import {Util} from '../commontypes/Util';
15
15
import { GeometryType } from '../REST' ;
16
16
17
17
/**
18
- * @private
19
18
* @class SuperMap.ServerGeometry
20
19
* @category iServer
21
20
* @classdesc 服务端几何对象类。该类描述几何对象(矢量)的特征数据(坐标点对、几何对象的类型等)。基于服务端的空间分析、空间关系运算、查询等 GIS 服务功能使用服务端几何对象。
You can’t perform that action at this time.
0 commit comments