|
1 | 1 | # 10.0.1 #
|
2 | 2 |
|
| 3 | +## 新特性 |
| 4 | + |
| 5 | +### SuperMap iClient for OpenLayers升级支持OpenLayers 5/6,支持模块化开发,提升应用的可维护性 |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +(具体兼容情况详见compatibility一节) |
| 10 | + |
| 11 | +### 新增SuperMap iPortal 资源访问系列接口和范例,支持对资源中心的地图、服务、大屏、洞察等资源进行更新 |
| 12 | + |
| 13 | + |
| 14 | +### 新增Vue-iClient-Leaflet组件库,提供二维地图、图表等常用组件 |
| 15 | + |
| 16 | +### 更新Vue-iClient-MapboxGL组件库,新增点选查询、图层管理等地图交互组件 |
| 17 | + |
| 18 | + |
| 19 | +### 微信小程版示例正式上线 |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +## API changes |
| 24 | + |
| 25 | + |
| 26 | +### for Leaflet |
| 27 | + |
| 28 | +- `SuperMap.GetFeaturesParametersBase` 及其子类 |
| 29 | + |
| 30 | + - 新增 `options.targetEpsgCode`,`options.targetPrj` 参数,支持设置是返回结果的投影 |
| 31 | + |
| 32 | +- iPortal |
| 33 | + |
| 34 | + - `SuperMap.iPortal` 新增 `queryResources`、`updateResourcesShareSetting` 接口,支持查询资源,共享设置。 |
| 35 | + |
| 36 | + - 新增 `SuperMap.iPortalUser` 类,增加 `deleteResources` 接口,支持删除资源 |
| 37 | + |
| 38 | + - 新增 `SuperMap.iPortalQueryParam` 类 |
| 39 | + |
| 40 | + - 新增 `SuperMap.iPortalQueryResult` 类 |
| 41 | + |
| 42 | + - 新增 `SuperMap.iPortalResource` 类 |
| 43 | + |
| 44 | + - 新增 `SuperMap.iPortalShareEntity` 类 |
| 45 | + |
| 46 | + - 新增 `SuperMap.iPortalShareParam` 类 |
| 47 | + |
| 48 | + - 移除 `SuperMap.iPortalMap` 、`SuperMap.iPortalService` 类,请使用 `SuperMap.iPortalResource` 类 |
| 49 | + |
| 50 | + - `SuperMap.iPortal` 移除 `queryServices`、`queryMaps` 接口,请使用 `queryResources` 接口 |
| 51 | + |
| 52 | + - `SuperMap.iPortal` 移除 `deleteServices` 接口,请使用 `SuperMap.iPortalUser.deleteResources` 接口 |
| 53 | + |
| 54 | +- `L.supermap.heatMapLayer` 新增 `options.blur` 参数,支持设置热力图的模糊半径。 |
| 55 | + |
| 56 | +- `L.supermap.graphicLayer` 的 `options.render` 为 canvas 时,支持通过 on 方法绑定 click、 mousemove、 dblclick、 mousedown 、mouseup、 mouseout 、contextmenu鼠标事件。 |
| 57 | + |
| 58 | +### for OpenLayers |
| 59 | + |
| 60 | +- `SuperMap.GetFeaturesParametersBase` 及其子类 |
| 61 | + |
| 62 | + - 新增 `options.targetEpsgCode`,`options.targetPrj` 参数,支持设置是返回结果的投影 |
| 63 | + |
| 64 | +- iPortal |
| 65 | + |
| 66 | + - `SuperMap.iPortal` 新增 `queryResources`、`updateResourcesShareSetting` 接口,支持查询资源,共享设置。 |
| 67 | + |
| 68 | + - 新增 `SuperMap.iPortalUser` 类,增加 `deleteResources` 接口,支持删除资源 |
| 69 | + |
| 70 | + - 新增 `SuperMap.iPortalQueryParam` 类 |
| 71 | + |
| 72 | + - 新增 `SuperMap.iPortalQueryResult` 类 |
| 73 | + |
| 74 | + - 新增 `SuperMap.iPortalResource` 类 |
| 75 | + |
| 76 | + - 新增 `SuperMap.iPortalShareEntity` 类 |
| 77 | + |
| 78 | + - 新增 `SuperMap.iPortalShareParam` 类 |
| 79 | + |
| 80 | + - 移除 `SuperMap.iPortalMap` 、`SuperMap.iPortalService` 类,请使用 `SuperMap.iPortalResource` 类 |
| 81 | + |
| 82 | + - `SuperMap.iPortal` 移除 `queryServices`、`queryMaps` 接口,请使用 `queryResources` 接口 |
| 83 | + |
| 84 | + - `SuperMap.iPortal` 移除 `deleteServices` 接口,请使用 `SuperMap.iPortalUser.deleteResources` 接口 |
| 85 | + |
| 86 | +### for MapboxGL |
| 87 | + |
| 88 | +- `SuperMap.GetFeaturesParametersBase` 及其子类 |
| 89 | + |
| 90 | + - 新增 `options.targetEpsgCode`,`options.targetPrj` 参数,支持设置是返回结果的投影 |
| 91 | + |
| 92 | +- iPortal |
| 93 | + |
| 94 | + - `SuperMap.iPortal` 新增 `queryResources`、`updateResourcesShareSetting` 接口,支持查询资源,共享设置。 |
| 95 | + |
| 96 | + - 新增 `SuperMap.iPortalUser` 类,增加 `deleteResources` 接口,支持删除资源 |
| 97 | + |
| 98 | + - 新增 `SuperMap.iPortalQueryParam` 类 |
| 99 | + |
| 100 | + - 新增 `SuperMap.iPortalQueryResult` 类 |
| 101 | + |
| 102 | + - 新增 `SuperMap.iPortalResource` 类 |
| 103 | + |
| 104 | + - 新增 `SuperMap.iPortalShareEntity` 类 |
| 105 | + |
| 106 | + - 新增 `SuperMap.iPortalShareParam` 类 |
| 107 | + |
| 108 | + - 移除 `SuperMap.iPortalMap` 、`SuperMap.iPortalService` 类,请使用 `SuperMap.iPortalResource` 类 |
| 109 | + |
| 110 | + - `SuperMap.iPortal` 移除 `queryServices`、`queryMaps` 接口,请使用 `queryResources` 接口 |
| 111 | + |
| 112 | + - `SuperMap.iPortal` 移除 `deleteServices` 接口,请使用 `SuperMap.iPortalUser.deleteResources` 接口 |
| 113 | + |
| 114 | +### Classic |
| 115 | + |
| 116 | +- iPortal |
| 117 | + |
| 118 | + - `SuperMap.iPortal` 新增 `queryResources`、`updateResourcesShareSetting` 接口,支持查询资源,共享设置。 |
| 119 | + |
| 120 | + - 新增 `SuperMap.iPortalUser` 类,增加 `deleteResources` 接口,支持删除资源 |
| 121 | + |
| 122 | + - 新增 `SuperMap.iPortalQueryParam` 类 |
| 123 | + |
| 124 | + - 新增 `SuperMap.iPortalQueryResult` 类 |
| 125 | + |
| 126 | + - 新增 `SuperMap.iPortalResource` 类 |
| 127 | + |
| 128 | + - 新增 `SuperMap.iPortalShareEntity` 类 |
| 129 | + |
| 130 | + - 新增 `SuperMap.iPortalShareParam` 类 |
| 131 | + |
| 132 | + - 移除 `SuperMap.iPortalMap` 、`SuperMap.iPortalService` 类,请使用 `SuperMap.iPortalResource` 类 |
| 133 | + |
| 134 | + - `SuperMap.iPortal` 移除 `queryServices`、`queryMaps` 接口,请使用 `queryResources` 接口 |
| 135 | + |
| 136 | + - `SuperMap.iPortal` 移除 `deleteServices` 接口,请使用 `SuperMap.iPortalUser.deleteResources` 接口 |
| 137 | + |
| 138 | +### Web Components |
| 139 | + |
| 140 | +- vue-iclient-mapboxgl |
| 141 | + |
| 142 | + - 新增点选查询(Identify)组件 |
| 143 | + |
| 144 | + - 新增图层管理(LayerManager)组件 |
| 145 | + |
| 146 | + - 图表组件 `dataset` 参数新增 `proxy` 字段,支持代理请求 |
| 147 | + |
| 148 | + - 图表组件新增 `associatedMap` 参数,支持与地图联动 |
| 149 | + |
| 150 | + - 文本/水球/进度条组件新增 `field` 参数,支持指定三方服务字段值 |
| 151 | + |
| 152 | + - 指标组件新增 `titleField` 、`numField` 、`unitField` 参数,支持指定三方服务字段值 |
| 153 | + |
| 154 | + - 文本列表组件新增 `startTiming` 、`frequency` 参数,支持定时刷新功能 |
| 155 | + |
| 156 | +- vue-iclient-leaflet |
| 157 | + |
| 158 | + - 新增基础组件:图标(Icon)、指标(Indicator)、水球(LiquidFill)、进度条(Progress)、文本(Text)、时间(TimeText)、图片(Image)、视频(VideoPlayer)、Iframe(Iframe)、边框(Border) |
| 159 | + |
| 160 | + - 新增地图(WebMap)组件 |
| 161 | + |
| 162 | + - 新增瓦片图层(TileLayer)组件 |
| 163 | + |
| 164 | + - 新增弹窗(Popup)组件 |
| 165 | + |
| 166 | + - 新增点选查询(Identify)组件 |
| 167 | + |
| 168 | + - 新增图表(Chart)组件 |
| 169 | + |
| 170 | + |
| 171 | +## Fixed |
| 172 | + |
| 173 | +### for Leaflet |
| 174 | + |
| 175 | + - 修复在https站点下SecurityManager注册及获取token/key失效的问题 |
| 176 | + - 修复L.supermap.mapVLayer的options. mapVOptions.unit为 ’m’ 时不起作用的问题 |
| 177 | + - 修复L.supermap.tiledMapLayer在经纬度地图下设置 options. clipRegion出图错乱的问题 |
| 178 | + |
| 179 | +### for OpenLayers |
| 180 | + |
| 181 | + - 修复ol.source.Mapv的options. mapVOptions.unit为 ’m’ 时不起作用的问题 |
| 182 | + - 修复ol.supermap.MapboxStyles 的 updateStyles 方法在传入的更新样式内容不完整时样式丢失的问题 |
| 183 | + - 修复ol.supermap.WebMap加载EPSG:-1000坐标系的地图失败的问题 |
| 184 | + - 修复ol.supermap.WebMap加载迁徙图失败的问题 |
| 185 | + - 修复ol.supermap.WebMap加载EPSG:4326的小范围的WMTS地图的出图失败的问题 |
| 186 | + |
| 187 | +### for MapboxGL |
| 188 | + |
| 189 | + - 修复mapboxgl.supermap.MapvLayer的options. mapVOptions.unit为 ’m’ 时不起作用的问题 |
| 190 | + |
| 191 | +### Classic |
| 192 | + |
| 193 | + - 修复SuperMap.Layer.MapVLayer的options.unit为 ’m’ 时不起作用的问题 |
| 194 | + |
| 195 | + |
| 196 | +## Examples |
| 197 | + |
| 198 | +### for Leaflet |
| 199 | + |
| 200 | +- iPortal |
| 201 | + |
| 202 | + - 新增 “资源中心” 示例 |
| 203 | + |
| 204 | + - 新增 “我的资源” 示例 |
| 205 | + |
| 206 | + - 移除 “地图列表” 示例 |
| 207 | + |
| 208 | +- 可视化 – Pixi |
| 209 | + |
| 210 | + - 新增 “纽约出租车上车点分布图(140万点数据绘制)” 示例 |
| 211 | + |
| 212 | +### for OpenLayers |
| 213 | + |
| 214 | +-iPortal |
| 215 | + |
| 216 | + - 新增 “资源中心” 示例 |
| 217 | + |
| 218 | + - 新增 “我的资源” 示例 |
| 219 | + |
| 220 | + - 移除 “地图列表” 示例 |
| 221 | + |
| 222 | +### Web Components |
| 223 | + |
| 224 | +- 新增 “Vue - Leaflet” 分类及示例 |
| 225 | + |
| 226 | +- Vue – MapboxGL |
| 227 | + |
| 228 | + - 新增“点选查询”示例 |
| 229 | + |
| 230 | + - 新增“图层管理”示例 |
| 231 | + |
| 232 | + |
| 233 | +## Compatibility |
| 234 | + |
| 235 | +### for OpenLayers |
| 236 | + |
| 237 | +- 不兼容 openlayers 6 的功能点 |
| 238 | + |
| 239 | + - 矢量瓦片 |
| 240 | + |
| 241 | + - 多面(MultiPolygon) |
| 242 | + |
| 243 | + - 中文沿线标注 |
| 244 | + |
| 245 | +- 不兼容 openlayers 6 的三方插件 |
| 246 | + |
| 247 | + - OSMBuildings-OL3 https://github.com/kekscom/osmbuildings |
| 248 | + |
| 249 | + - OL3-AnimatedCluster https://github.com/Viglino/OL3-AnimatedCluster |
| 250 | + |
| 251 | +- 不兼容 openlayers 6 的示例 |
| 252 | + |
| 253 | + - 可视化 – OSMBuildings |
| 254 | + |
| 255 | + - 可视化 – 聚点图 |
| 256 | + |
| 257 | + - 可视化 – ECharts - 2005到2016年地震概况统计 |
| 258 | + |
3 | 259 |
|
4 | 260 |
|
5 | 261 | # 10.0.0 #
|
|
0 commit comments