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 42236f6 commit 4a48b83Copy full SHA for 4a48b83
examples/openlayers/01_tiledMapLayer3857.html
@@ -14,7 +14,7 @@
14
<script type="text/javascript">
15
var map,
16
url =
17
- (window.isLocal ? window.server : 'https:iserver.supermap.io') +
+ (window.isLocal ? window.server : 'https://iserver.supermap.io') +
18
'/iserver/services/map-china400/rest/maps/China';
19
// 方式一:1.调用 ol.supermap.initMap,根据 SuperMap iServer 地图服务的地图信息,创建地图和底图
20
ol.supermap.initMap(url, {
0 commit comments