Skip to content

Commit 1e56005

Browse files
committed
【fix】例子
1 parent ee51b05 commit 1e56005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mapboxgl/l7_snow_particle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
" with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +
3838
" Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> ";
3939

40-
var tileURL = 'http://172.16.14.44:8090/iserver/services/map-china400/rest/maps/ChinaDark/zxyTileImage.png?z={z}&x={x}&y={y}';
40+
var tileURL = host + '/iserver/services/map-china400/rest/maps/ChinaDark/zxyTileImage.png?z={z}&x={x}&y={y}';
4141
var map = new mapboxgl.Map({
4242
container: 'map',
4343
style: {

0 commit comments

Comments
 (0)