Skip to content

Commit e6910c4

Browse files
修改fgb服务地址
1 parent b1194c8 commit e6910c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openlayers/fgb_bbox_load.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script type="text/javascript">
1515
var host = window.isLocal ? window.server : 'https://iserver.supermap.io',
1616
url = host + '/iserver/services/map-china400/rest/maps/China_4326';
17-
var fgbUrl = 'https://iclient.supermap.io/minio/fgb/waterways.fgb';
17+
var fgbUrl = 'https://iclient.supermap.io/minio/fgb/roads.fgb';
1818
var map;
1919
map = new ol.Map({
2020
target: 'map',

0 commit comments

Comments
 (0)