From ff309c23048e157c2689a22164630bc745196421 Mon Sep 17 00:00:00 2001 From: songyumeng Date: Thu, 2 Aug 2018 18:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A09.1.0=20beta=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a90b3a3d7..85cfc32350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) # ## 新特性