|
| 1 | +# 10.0.0 # |
| 2 | + |
| 3 | +## Distribution package changes |
| 4 | + |
| 5 | +### for Leaflet |
| 6 | + |
| 7 | +- `iclient9-leaflet.js` 更名 `iclient-leaflet.js` |
| 8 | + |
| 9 | +- `iclient9-leaflet.min.js` 更名 `iclient-leaflet.min.js` |
| 10 | + |
| 11 | +- `iclient9-leaflet-es6.js` 更名 `iclient-leaflet-es6.js` |
| 12 | + |
| 13 | +- `iclient9-leaflet-es6.min.js` 更名 `iclient-leaflet-es6.min.js` |
| 14 | + |
| 15 | +- `iclient9-leaflet.css` 更名 `iclient-leaflet.css` |
| 16 | + |
| 17 | +- `iclient9-leaflet.min.css` 更名 `iclient-leaflet.min.css` |
| 18 | + |
| 19 | + |
| 20 | +### for OpenLayers |
| 21 | + |
| 22 | +- `iclient9-openlayers.js` 更名 `iclient-openlayers.js` |
| 23 | + |
| 24 | +- `iclient9-openlayers.min.js` 更名 `iclient-openlayers.min.js` |
| 25 | + |
| 26 | +- `iclient9-openlayers-es6.js` 更名 `iclient-openlayers-es6.js` |
| 27 | + |
| 28 | +- `iclient9-openlayers-es6.min.js` 更名 `iclient-openlayers-es6.min.js` |
| 29 | + |
| 30 | +- `iclient9-openlayers.css` 更名 `iclient-openlayers.css` |
| 31 | + |
| 32 | +- `iclient9-openlayers.min.css` 更名 `iclient-openlayers.min.css` |
| 33 | + |
| 34 | +### for MapboxGL |
| 35 | + |
| 36 | +- `iclient9-mapboxgl.js` 更名 `iclient-mapboxgl.js` |
| 37 | + |
| 38 | +- `iclient9-mapboxgl.min.js` 更名 `iclient-mapboxgl.min.js` |
| 39 | + |
| 40 | +- `iclient9-mapboxgl-es6.js` 更名 `iclient-mapboxgl-es6.js` |
| 41 | + |
| 42 | +- `iclient9-mapboxgl-es6.min.js` 更名 `iclient-mapboxgl-es6.min.js` |
| 43 | + |
| 44 | +- `iclient9-mapboxgl.css` 更名 `iclient-mapboxgl.css` |
| 45 | + |
| 46 | +- `iclient9-mapboxgl.min.css` 更名 `iclient-mapboxgl.min.css` |
| 47 | + |
| 48 | + |
| 49 | +## API changes |
| 50 | + |
| 51 | +### for Leaflet |
| 52 | + |
| 53 | +- `L.supermap.imageMapLayer` `L.supermap.tiledMapLayer` 新增 `options.rasterfunction` 参数,支持对接 SuperMap iServer 的栅格运算。 |
| 54 | + |
| 55 | +- `L.supermap.ServiceBase` 及其子类 |
| 56 | + |
| 57 | + - 新增 `options.headers` 参数,支持设置请求头内容。 |
| 58 | + |
| 59 | +- 命名空间 `L.supermap.widgets` 更名为 `L.supermap.components` |
| 60 | + |
| 61 | +- 命名空间 `SuperMap.Widgets` 更名为 `SuperMap.Components` |
| 62 | + |
| 63 | +### for OpenLayers |
| 64 | + |
| 65 | +- `ol.source.TileSuperMapRest` `ol.source.ImageSuperMapRest` 新增 `options.rasterfunction` 参数,支持对接 SuperMap iServer 的栅格运算。 |
| 66 | + |
| 67 | +- `ol.supermap.ServiceBase` 及其子类 |
| 68 | + |
| 69 | + - 新增 `options. headers` 参数,支持设置请求头内容 |
| 70 | + |
| 71 | +- 命名空间 `SuperMap.Widgets` 更名为 `SuperMap.Components` |
| 72 | + |
| 73 | + |
| 74 | +### for MapboxGL |
| 75 | + |
| 76 | +- `mapboxgl.supermap.ServiceBase` 及其子类 |
| 77 | + |
| 78 | + - 新增 `options. headers` 参数,支持设置请求头内容 |
| 79 | + |
| 80 | +- 命名空间 `SuperMap.Widgets` 更名为 `SuperMap.Components` |
| 81 | + |
| 82 | +## Fixed |
| 83 | + |
| 84 | +### for Leaflet |
| 85 | + |
| 86 | +- 修复 SuperMap iServer 地图设置可见比例尺时,手机端用双指缩放时,超出最大最小级别时出错的问题 |
| 87 | + |
| 88 | +- 修复 `L.supermap.mapVLayer` 在 Internet Explorer 11/10 浏览器上可能不出图的问题 |
| 89 | + |
| 90 | +- 修复 `L.supermap.tiledVectorLayer` 使用自定义 `cartoCSS` 样式时配置 `pointurl` 不生效的问题 |
| 91 | + |
| 92 | + |
| 93 | +### for OpenLayers |
| 94 | + |
| 95 | +- 修复 `ol.source.Mapv` 在 Internet Explorer 11/10 浏览器上可能不出图的问题 |
| 96 | + |
| 97 | +### for MapboxGL |
| 98 | + |
| 99 | +- 修复 `mapboxgl.supermap.MapvLayer` 在 Internet Explorer 11/10 浏览器上可能不出图的问题 |
| 100 | + |
| 101 | + |
| 102 | +## Examples |
| 103 | + |
| 104 | +- 新增 Component 分类 |
| 105 | + |
| 106 | + - 新增 “Vue - 地图” 分类及相关示例 |
| 107 | + |
| 108 | + - 新增 “Vue - 地图子组件” 分类及相关示例 |
| 109 | + |
| 110 | + - 新增 “Vue - 天地图子组件” 分类及相关示例 |
| 111 | + |
| 112 | + - 新增 “Vue - 可视化” 分类及相关示例 |
| 113 | + |
| 114 | + - 新增 “Vue - 图表” 分类及相关示例 |
| 115 | + |
| 116 | + - 新增 “Vue – 基础” 分类及相关示例 |
| 117 | + |
| 118 | + - 新增 “Vue - 其他” 分类及相关示例 |
| 119 | + |
| 120 | +### for Leaflet |
| 121 | + |
| 122 | +- iServer – 地图 |
| 123 | + |
| 124 | + - 增加 “地图-栅格分析” 例子 |
| 125 | + |
| 126 | +### for OpenLayers |
| 127 | + |
| 128 | +- iServer – 地图 |
| 129 | + |
| 130 | + - 增加 “地图-栅格分析” 例子 |
| 131 | + |
| 132 | +### for MapboxGL |
| 133 | + |
| 134 | +- 可视化 - 矢量瓦片 |
| 135 | + |
| 136 | + - 增加 “iServer数据服务矢量瓦片(2000万点)” 例子 |
| 137 | + |
| 138 | + |
1 | 139 | # 10.0.0 beta #
|
2 | 140 |
|
3 | 141 | ## 新特性
|
|
0 commit comments