Skip to content

Commit 9dc5a5e

Browse files
committed
[example]fix示例url
1 parent c59e7a9 commit 9dc5a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/maplibregl/imageService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h4 class="modal-title" id="myModalLabel"></h4>
359359
widgets.loader.showLoader("data loading...");
360360
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
361361
var root = 'https://iserver.supermap.io/iserver/services/imageservice-hainan/restjsr';
362-
var url = host + '/iserver/services/data-china/rest/data';
362+
var url = host + '/iserver/services/data-china400/rest/data';
363363
var attribution =
364364
"<a href='https://www.maplibre.com/about/maps/' target='_blank'>© maplibre </a>" +
365365
"with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +

0 commit comments

Comments
 (0)