Skip to content

Commit 4a48b83

Browse files
修复3857示例url错误
1 parent 42236f6 commit 4a48b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openlayers/01_tiledMapLayer3857.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script type="text/javascript">
1515
var map,
1616
url =
17-
(window.isLocal ? window.server : 'https:iserver.supermap.io') +
17+
(window.isLocal ? window.server : 'https://iserver.supermap.io') +
1818
'/iserver/services/map-china400/rest/maps/China';
1919
// 方式一:1.调用 ol.supermap.initMap,根据 SuperMap iServer 地图服务的地图信息,创建地图和底图
2020
ol.supermap.initMap(url, {

0 commit comments

Comments
 (0)