File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2626 < div id ="map "> </ div >
2727 < script type ="text/javascript " src ="../../dist/mapboxgl/include-mapboxgl.js "> </ script >
2828 < script type ="text/javascript ">
29- var host = window . isLocal ? window . server : 'http ://172.16.15.131:8090 ' ;
29+ var host = window . isLocal ? window . server : 'https ://iserver.supermap.io ' ;
3030 var attribution =
3131 "<a href='https://www.mapbox.com/about/maps/' target='_blank'>© Mapbox </a>" +
3232 " with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import { TilesetsService } from '@supermap/iclient-common/iServer/TilesetsServic
2828export class MapService extends ServiceBase {
2929
3030 constructor ( url , options ) {
31- console . log ( options ) ;
3231 super ( url , options ) ;
3332 }
3433
You can’t perform that action at this time.
0 commit comments