We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e755b commit e011b47Copy full SHA for e011b47
src/openlayers/mapping/WebMap.js
@@ -560,7 +560,7 @@ export class WebMap extends ol.Observable {
560
baseLayerInfo.url= 'http://t2.supermapcloud.com/FileService/image?map=quanguo&type=web&x={x}&y={y}&z={z}';
561
baseLayerInfo.epsgCode= 'EPSG:3857';
562
baseLayerInfo.minZoom= 1;
563
- baseLayerInfo.maxZoom= 19;
+ baseLayerInfo.maxZoom= 18;
564
baseLayerInfo.level= 1;
565
baseLayerInfo.extent= baiduBounds;
566
break;
0 commit comments