File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
43
# 9.1.0 alpha (2018-7-7) #
2
44
3
45
## 新特性
You can’t perform that action at this time.
0 commit comments