Skip to content

Commit 09272c7

Browse files
committed
更新Changelog
1 parent e36aa2f commit 09272c7

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

CHANGELOG.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,55 @@
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+
146
# 9.1.0 beta (2018-8-2) #
247

348
## API changes
449

550
### for Leaflet
651

752
- 新增 `L.Util.transform` 方法,支持要素的投影转换
8-
- `L.supermap.tiledVectorLayer`
9-
10-
- `options` 新增 `processCharacters` 参数,支持本地设置服务端的CartoCSS样式时替换特殊字符
1153

1254
## Fixed
1355

src/common/iServer/ServerGeometry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {Util} from '../commontypes/Util';
1515
import {GeometryType} from '../REST';
1616

1717
/**
18-
* @private
1918
* @class SuperMap.ServerGeometry
2019
* @category iServer
2120
* @classdesc 服务端几何对象类。该类描述几何对象(矢量)的特征数据(坐标点对、几何对象的类型等)。基于服务端的空间分析、空间关系运算、查询等 GIS 服务功能使用服务端几何对象。

0 commit comments

Comments
 (0)