Skip to content

Commit 8b154d9

Browse files
committed
【fix】修复ie11下ol客户端专题图报错的问题 修复api docs首页链接不可用问题 review by luoxiao
1 parent 5b05984 commit 8b154d9

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

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>

src/openlayers/overlay/theme/Theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ export class Theme extends ImageCanvasSource {
9393
canvas.height = mapHeight;
9494
canvas.style.width = mapWidth + "px";
9595
canvas.style.height = mapHeight + "px";
96-
this.context.drawImage(this.themeCanvas, 0, 0, mapWidth, mapHeight, 0, 0, mapWidth, mapHeight);
97-
this.context.drawImage(copyHighLightContext.canvas, 0, 0, mapWidth, mapHeight, 0, 0, mapWidth, mapHeight);
96+
this.context.drawImage(this.themeCanvas, 0, 0);
97+
this.context.drawImage(copyHighLightContext.canvas, 0, 0);
9898
return this.context.canvas;
9999
}
100100

0 commit comments

Comments
 (0)