Skip to content

Commit 72f13b3

Browse files
committed
2 parents 0a15967 + ff309c2 commit 72f13b3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 9.1.0 beta (2018-8-2) #
2+
3+
## API changes
4+
5+
### for Leaflet
6+
7+
- 新增 `L.Util.transform` 方法,支持要素的投影转换
8+
9+
## Fixed
10+
11+
### for Leaflet
12+
13+
- 修复 `L.supermap.processingService` 获取任务信息是没有携带 token 的问题
14+
15+
- 修复 `L.supermap.themeFeature` 传入 `L.polyline` `L.polygon` 失败的问题
16+
17+
### for OpenLayers
18+
19+
- 修复 `ol.supermap.processingService` 获取任务信息是没有携带 token 的问题
20+
21+
- 修复 `ol.supermap.WebMap` 只会加载20个数据的问题
22+
23+
### for MapboxGL
24+
25+
- 修复 `mapboxgl.supermap.processingService` 获取任务信息是没有携带 token 的问题
26+
27+
- 修复 `mapboxgl.supermap.DeckglLayer` 在浏览器缩放比例非100%时,要素偏移的问题
28+
29+
## Examples
30+
31+
### for Leaflet
32+
33+
- 新增 动态标绘 分类及示例
34+
35+
- 将 标绘 - 点线面绘制 示例移动至 控件 - 点线面绘制
36+
37+
- iServer - 地图
38+
39+
- 新增 “几何查询(3857)” 示例
40+
41+
42+
143
# 9.1.0 alpha (2018-7-7) #
244

345
## 新特性

0 commit comments

Comments
 (0)