Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyu1 committed Aug 2, 2018
2 parents 0a15967 + ff309c2 commit 72f13b3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# 9.1.0 beta (2018-8-2) #

## API changes

### for Leaflet

- 新增 `L.Util.transform` 方法,支持要素的投影转换

## Fixed

### for Leaflet

- 修复 `L.supermap.processingService` 获取任务信息是没有携带 token 的问题

- 修复 `L.supermap.themeFeature` 传入 `L.polyline` `L.polygon` 失败的问题

### for OpenLayers

- 修复 `ol.supermap.processingService` 获取任务信息是没有携带 token 的问题

- 修复 `ol.supermap.WebMap` 只会加载20个数据的问题

### for MapboxGL

- 修复 `mapboxgl.supermap.processingService` 获取任务信息是没有携带 token 的问题

- 修复 `mapboxgl.supermap.DeckglLayer` 在浏览器缩放比例非100%时,要素偏移的问题

## Examples

### for Leaflet

- 新增 动态标绘 分类及示例

- 将 标绘 - 点线面绘制 示例移动至 控件 - 点线面绘制

- iServer - 地图

- 新增 “几何查询(3857)” 示例



# 9.1.0 alpha (2018-7-7) #

## 新特性
Expand Down

0 comments on commit 72f13b3

Please sign in to comment.