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 26
26
< div id ="map "> </ div >
27
27
< script type ="text/javascript " src ="../../dist/mapboxgl/include-mapboxgl.js "> </ script >
28
28
< 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 ' ;
30
30
var attribution =
31
31
"<a href='https://www.mapbox.com/about/maps/' target='_blank'>© Mapbox </a>" +
32
32
" 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
28
28
export class MapService extends ServiceBase {
29
29
30
30
constructor ( url , options ) {
31
- console . log ( options ) ;
32
31
super ( url , options ) ;
33
32
}
34
33
You can’t perform that action at this time.
0 commit comments