Skip to content

Commit acbaebf

Browse files
committed
2 parents 1c82c49 + 593d68c commit acbaebf

File tree

83 files changed

+9134
-8068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+9134
-8068
lines changed

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,106 @@
1+
# 10.1.0-beta #
2+
3+
## API changes
4+
5+
### for OpenLayers
6+
7+
- `ol.supermap.WebMap` 新增 `refresh` 接口,支持刷新地图
8+
9+
### Component
10+
11+
- vue-iclient-mapboxgl
12+
13+
- 地图(sm-web-map)组件
14+
15+
- 新增 `useLoading` 参数,支持控制地图加载时是否显示loading效果
16+
17+
- 对接最新功能
18+
19+
- 对接矢量瓦片图层出图
20+
21+
- 点类型的专题图,支持符号的偏移和旋转
22+
23+
- 点类型的专题图和线类型专题图,标签支持位置设置
24+
25+
- 线类型专题图,支持道路样式和铁路样式
26+
27+
- 指标(sm-indicator)组件
28+
29+
- `numBackground` 参数,支持设置 `padding`
30+
31+
- 图表(sm-chart)组件
32+
33+
- 新增 `highlightOptions` 参数,支持设置高亮数据
34+
35+
## Fixed
36+
37+
### for Leaflet
38+
39+
- iServer
40+
41+
- 优化各 `Service` 类拼装url的逻辑,支持 `url` 参数传入时携带自定义查询参数
42+
43+
- 动态标绘
44+
45+
- 修改动目标图层的动目标注记、注记位置、注记风格、动目标角度、动目标风格不生效 问题
46+
47+
- 修改高性能图层的标号注记、注记位置、注记风格、标号角度、标号风格不生效 问题
48+
49+
### for OpenLayers
50+
51+
- iServer
52+
53+
- 优化各 `Service` 类拼装url的逻辑,支持 `url` 参数传入时携带自定义查询参数
54+
55+
- 修复 Internet Explorer 11/10 浏览器不能使用问题
56+
57+
- 修复 Internet Explorer 11/10 浏览器客户端专题图报错的问题
58+
59+
- `ol.supermap.WebMap` 优化沿线标签显示效果
60+
61+
### for MapboxGL
62+
63+
- iServer
64+
65+
- 优化各 `Service` 类拼装url的逻辑,支持 `url` 参数传入时携带自定义查询参数
66+
67+
### Component
68+
69+
- vue-iclient-mapboxgl
70+
71+
- 修复文本(sm-text)组件不能根据换行符换行问题
72+
73+
- 地图(sm-web-map)组件
74+
75+
- 修复webmap使用两个svg图标会丢失其中一个的问题
76+
77+
- 修复分段转图图分段数大于9时报错的问题
78+
79+
- 数据来源不包含smid字段查询失败的问题
80+
81+
- 修复岛洞显示问题
82+
83+
- 优化对象标签显示过多问题
84+
85+
- 修复过滤条件不起作用问题
86+
87+
- 修复图表(sm-chart)组件y轴数据颜色分段与渐变冲突的问题
88+
89+
- 修复数据查询(sm-query)组件查询结果后结果可能被置空的问题
90+
91+
## Examples
92+
93+
### for Leaflet
94+
95+
- 动态标绘
96+
97+
- 修改 “动目标图层” 示例,浏览地图时动目标不显示问题
98+
99+
100+
## Web Site && Docs
101+
102+
- 修复api首页链接不可用问题
103+
1104
# 10.1.0-alpha #
2105

3106
## 新特性
@@ -18,6 +121,8 @@
18121
### 全面支持webp地图瓦片格式
19122
![1010-5](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/1010-5.png)
20123

124+
## API changes
125+
21126
### for Leaflet
22127

23128
- `L.supermap.tiledMapLayer` `L.supermap.imageMapLayer``options.format` 参数支持设置 webp瓦片格式。

build/jsdocs/leaflet/index.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ SuperMap iClient for Leaflet 是一套基于Leaflet的云GIS网络客户端开
88
<th width="33.3%">SuperMap 云 GIS</th><th width="33.3%"></th><th width="33.3%"></th>
99
</tr><tr>
1010
<td><p>API for SuperMap iServer / iEdge / iPortal / Online</p>
11-
[L.supermap.mapService](L.supermap.mapService.html)<br>
12-
[L.supermap.featureService](L.supermap.featureService.html)<br>
13-
[L.supermap.spatialAnalystService](L.supermap.spatialAnalystService.html)<br>
14-
[L.supermap.networkAnalystService](L.supermap.networkAnalystService.html)<br>
15-
[L.supermap.trafficTransferAnalystService](L.supermap.trafficTransferAnalystService.html)<br>
16-
[L.supermap.addressMatchService](L.supermap.addressMatchService.html)</td>
11+
<a href="L.supermap.mapService.html">L.supermap.mapService</a><br>
12+
<a href="L.supermap.featureService.html">L.supermap.featureService</a><br>
13+
<a href="L.supermap.spatialAnalystService.html">L.supermap.spatialAnalystService</a><br>
14+
<a href="L.supermap.networkAnalystService.html">L.supermap.networkAnalystService</a><br>
15+
<a href="L.supermap.trafficTransferAnalystService.html">L.supermap.trafficTransferAnalystService</a><br>
16+
<a href="L.supermap.addressMatchService.html">L.supermap.addressMatchService</a></td>
1717
<td>
1818
<br>
19-
[L.supermap.processingService](L.supermap.processingService.html)<br>
20-
[L.supermap.dataFlowService](L.supermap.dataFlowService.html)<br>
21-
[L.supermap.webmap](L.supermap.webmap.html)<br>
22-
[SuperMap.iPortal](SuperMap.iPortal.html)<br>
23-
[SuperMap.Online](SuperMap.Online.html)<br>
19+
<a href="L.supermap.processingService.html">L.supermap.processingService</a><br>
20+
<a href="L.supermap.dataFlowService.html">L.supermap.dataFlowService</a><br>
21+
<a href="L.supermap.webmap.html">L.supermap.webmap</a><br>
22+
<a href="SuperMap.iPortal.html">SuperMap.iPortal</a><br>
23+
<a href="SuperMap.Online.html">SuperMap.Online</a><br>
2424
......</td>
2525
<td><p> </p></td>
2626
</tr></table>
2727
<table><tr>
2828
<th width="33.3%">可视化</th><th width="33.3%">地图</th><th width="33.3%">投影</th>
2929
</tr><tr>
3030
<td><p>丰富的可视化效果,矢量瓦片、客户端专题图、开源可视化库[ECharts](https://echarts.baidu.com/),[MapV](https://mapv.baidu.com/)</p>
31-
[L.supermap.tiledVectorLayer](L.supermap.tiledVectorLayer.html)<br>
32-
[L.supermap.graphicLayer](L.supermap.graphicLayer.html)<br>
33-
[L.supermap.dataFlowLayer](L.supermap.dataFlowLayer.html)<br>
34-
[L.supermap.rangeThemeLayer](L.supermap.rangeThemeLayer.html)<br>
35-
[L.supermap.echartsLayer](L.supermap.echartsLayer.html)<br>
36-
[L.supermap.mapVLayer](L.supermap.mapVLayer.html)<br>
31+
<a href="L.supermap.tiledVectorLayer.html">L.supermap.tiledVectorLayer</a><br>
32+
<a href="L.supermap.graphicLayer.html">L.supermap.graphicLayer</a><br>
33+
<a href="L.supermap.dataFlowLayer.html">L.supermap.dataFlowLayer</a><br>
34+
<a href="L.supermap.rangeThemeLayer.html">L.supermap.rangeThemeLayer</a><br>
35+
<a href="L.supermap.echartsLayer.html">L.supermap.echartsLayer</a><br>
36+
<a href="L.supermap.mapVLayer.html">L.supermap.mapVLayer</a><br>
3737
......</td>
3838
<td><p>丰富地图,iSevrer REST MAP、互联网地图、OGC服务</p>
39-
[L.supermap.tiledMapLayer](L.supermap.tiledMapLayer.html)<br>
40-
[L.supermap.imageMapLayer](L.supermap.imageMapLayer.html)<br>
41-
[L.supermap.baiduTileLayer](L.supermap.baiduTileLayer.html)<br>
42-
[L.supermap.tiandituTileLayer](L.supermap.tiandituTileLayer.html)<br>
43-
[L.supermap.wmtsLayer](L.supermap.wmtsLayer.html)<br>
39+
<a href="L.supermap.tiledMapLayer.html">L.supermap.tiledMapLayer</a><br>
40+
<a href="L.supermap.imageMapLayer.html">L.supermap.imageMapLayer</a><br>
41+
<a href="L.supermap.baiduTileLayer.html">L.supermap.baiduTileLayer</a><br>
42+
<a href="L.supermap.tiandituTileLayer.html">L.supermap.tiandituTileLayer</a><br>
43+
<a href="L.supermap.wmtsLayer.html">L.supermap.wmtsLayer</a><br>
4444
......</td>
4545
<td><p>扩展Leaflet投影,更易用</p>
46-
[L.Proj.CRS](L.Proj.CRS.html)<br>
47-
[L.CRS.NonEarthCRS](L.CRS.NonEarthCRS.html)<br>
46+
<a href="L.Proj.CRS.html">L.Proj.CRS</a><br>
47+
<a href="L.CRS.NonEarthCRS.html">L.CRS.NonEarthCRS</a><br>
4848
</tr></table>
4949

5050
## 参考API

build/jsdocs/openlayers/index.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ SuperMap iClient for OpenLayers 是一套基于OpenLayers的云GIS网络客户
88
<th width="33.3%">SuperMap 云 GIS</th><th width="33.3%"></th><th width="33.3%"></th>
99
</tr><tr>
1010
<td><p>API for SuperMap iServer / iEdge / iPortal / Online</p>
11-
[ol.supermap.MapService](ol.supermap.MapService.html)<br>
12-
[ol.supermap.FeatureService](ol.supermap.FeatureService.html)<br>
13-
[ol.supermap.SpatialAnalystService](ol.supermap.SpatialAnalystService.html)<br>
14-
[ol.supermap.NetworkAnalystService](ol.supermap.NetworkAnalystService.html)<br>
15-
[ol.supermap.TrafficTransferAnalystService](ol.supermap.TrafficTransferAnalystService.html)<br>
16-
[ol.supermap.AddressMatchService](ol.supermap.AddressMatchService.html)</td>
11+
<a href="ol.supermap.MapService.html">ol.supermap.MapService</a><br>
12+
<a href="ol.supermap.FeatureService.html">ol.supermap.FeatureService</a><br>
13+
<a href="ol.supermap.SpatialAnalystService.html">ol.supermap.SpatialAnalystService</a><br>
14+
<a href="ol.supermap.NetworkAnalystService.html">ol.supermap.NetworkAnalystService</a><br>
15+
<a href="ol.supermap.TrafficTransferAnalystService.html">ol.supermap.TrafficTransferAnalystService</a><br>
16+
<a href="ol.supermap.AddressMatchService.html">ol.supermap.AddressMatchService</a></td>
1717
<td>
1818
<br>
19-
[ol.supermap.ProcessingService](ol.supermap.ProcessingService.html)<br>
20-
[ol.supermap.DataFlowService](ol.supermap.DataFlowService.html)<br>
21-
[ol.supermap.WebMap](ol.supermap.WebMap.html)<br>
22-
[SuperMap.iPortal](SuperMap.iPortal.html)<br>
23-
[SuperMap.Online](SuperMap.Online.html)<br>
19+
<a href="ol.supermap.ProcessingService.html">ol.supermap.ProcessingService</a><br>
20+
<a href="ol.supermap.DataFlowService.html">ol.supermap.DataFlowService</a><br>
21+
<a href="ol.supermap.WebMap.html">ol.supermap.WebMap</a><br>
22+
<a href="SuperMap.iPortal.html">SuperMap.iPortal</a><br>
23+
<a href="SuperMap.Online.html">SuperMap.Online</a><br>
2424
......</td>
2525
<td><p> </p></td>
2626
</tr></table>
2727
<table><tr>
2828
<th width="33.3%">可视化</th><th width="33.3%">地图</th><th width="33.3%"></th>
2929
</tr><tr>
3030
<td><p>丰富的可视化效果,矢量瓦片、客户端专题图、开源可视化库[ECharts](https://echarts.baidu.com/),[MapV](https://mapv.baidu.com/)</p>
31-
[ol.source.VectorTileSuperMapRest](ol.source.VectorTileSuperMapRest.html)<br>
32-
[ol.source.Graphic](ol.source.Graphic.html)<br>
33-
[ol.source.DataFlow](ol.source.DataFlow.html)<br>
34-
[ol.source.Range](ol.source.Range.html)<br>
35-
[ol.source.Unique](ol.source.Unique.html)<br>
36-
[ol.source.Mapv](ol.source.Mapv.html)<br>
31+
<a href="ol.source.VectorTileSuperMapRest.html">ol.source.VectorTileSuperMapRest</a><br>
32+
<a href="ol.source.Graphic.html">ol.source.Graphic</a><br>
33+
<a href="ol.source.DataFlow.html">ol.source.DataFlow</a><br>
34+
<a href="ol.source.Range.html">ol.source.Range</a><br>
35+
<a href="ol.source.Unique.html">ol.source.Unique</a><br>
36+
<a href="ol.source.Mapv.html">ol.source.Mapv</a><br>
3737
......</td>
3838
<td><p>丰富地图,iSevrer REST MAP、互联网地图</p>
39-
[ol.source.TileSuperMapRest](ol.source.TileSuperMapRest.html)<br>
40-
[ol.source.ImageSuperMapRest](ol.source.ImageSuperMapRest.html)<br>
41-
[ol.source.BaiduMap](ol.source.BaiduMap.html)<br>
42-
[ol.source.Tianditu](ol.source.Tianditu.html)<br>
39+
<a href="ol.source.TileSuperMapRest.html">ol.source.TileSuperMapRest</a><br>
40+
<a href="ol.source.ImageSuperMapRest.html">ol.source.ImageSuperMapRest</a><br>
41+
<a href="ol.source.BaiduMap.html">ol.source.BaiduMap</a><br>
42+
<a href="ol.source.Tianditu.html">ol.source.Tianditu</a><br>
4343
......</td>
4444
<td><p></p>
4545
</tr></table>

0 commit comments

Comments
 (0)