Skip to content

Commit 012dd60

Browse files
committed
修改图表专题图示例底图地址。review by caoxinke.
1 parent 38ea938 commit 012dd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mapboxgl/graphThemeLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
8484
<script type="text/javascript">
8585
var themeLayer, popup,
86-
host = window.isLocal ? window.server : "http://localhost:8090",
86+
host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090",
8787
url = host + "/iserver/services/map-china400/rest/maps/China_4326";
8888
var attribution = "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span> with <span>© <a href='https://www.mapbox.com' target='_blank'>MapBox</a></span>";
8989
var map = new mapboxgl.Map({

examples/openlayers/graphThemeLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<div id="map" style="width: 100%;height:100%"></div>
116116
<script type="text/javascript">
117117
var map, themeSource,
118-
host = window.isLocal ? window.server : "http://localhost:8090",
118+
host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090",
119119
url = host + "/iserver/services/map-china400/rest/maps/China_4326",
120120
container = document.getElementById('popup'),
121121
content = document.getElementById('popup-content'),

0 commit comments

Comments
 (0)