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 c59e7a9 commit 9dc5a5eCopy full SHA for 9dc5a5e
examples/maplibregl/imageService.html
@@ -359,7 +359,7 @@ <h4 class="modal-title" id="myModalLabel"></h4>
359
widgets.loader.showLoader("data loading...");
360
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
361
var root = 'https://iserver.supermap.io/iserver/services/imageservice-hainan/restjsr';
362
- var url = host + '/iserver/services/data-china/rest/data';
+ var url = host + '/iserver/services/data-china400/rest/data';
363
var attribution =
364
"<a href='https://www.maplibre.com/about/maps/' target='_blank'>© maplibre </a>" +
365
"with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +
0 commit comments