Skip to content

Commit

Permalink
漏提交
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Nov 25, 2024
1 parent 82965ee commit 644f4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mapboxgl/createTempLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ <h5 class="panel-title text-center" data-i18n="resources.title_createTempLayer">
<script type="text/javascript" src="../../dist/mapboxgl/include-mapboxgl.js"></script>
<span id="show"></span>
<script type="text/javascript">
var host = window.isLocal ? window.server : 'http://localhost:8090';
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
var layerInfoService,
tempLayer,
newResourceID,
result,
url = host + '/iserver/services/map-World/rest/maps/World';
url = host + '/iserver/services/map-world/rest/maps/World';
var map = new mapboxgl.Map({
container: 'map',
style: {
Expand Down

0 comments on commit 644f4fb

Please sign in to comment.