Skip to content

Commit e011b47

Browse files
committed
[update] CLOUD图层的maxZoom 修改为18 review by zhaoqin
1 parent 50e755b commit e011b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlayers/mapping/WebMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ export class WebMap extends ol.Observable {
560560
baseLayerInfo.url= 'http://t2.supermapcloud.com/FileService/image?map=quanguo&type=web&x={x}&y={y}&z={z}';
561561
baseLayerInfo.epsgCode= 'EPSG:3857';
562562
baseLayerInfo.minZoom= 1;
563-
baseLayerInfo.maxZoom= 19;
563+
baseLayerInfo.maxZoom= 18;
564564
baseLayerInfo.level= 1;
565565
baseLayerInfo.extent= baiduBounds;
566566
break;

0 commit comments

Comments
 (0)