Skip to content

Commit 512bbb7

Browse files
xiongjiaojiaoxilanhuaweidapao
authored andcommitted
【feat】mapboxgl/maplibre 新增 initMap; review by luox
1 parent 3165eb0 commit 512bbb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/mapboxgl/01_tiledMapLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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>" +

src/mapboxgl/services/MapService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { TilesetsService } from '@supermap/iclient-common/iServer/TilesetsServic
2828
export class MapService extends ServiceBase {
2929

3030
constructor(url, options) {
31-
console.log(options);
3231
super(url, options);
3332
}
3433

0 commit comments

Comments
 (0)