We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1194c8 commit e6910c4Copy full SHA for e6910c4
examples/openlayers/fgb_bbox_load.html
@@ -14,7 +14,7 @@
14
<script type="text/javascript">
15
var host = window.isLocal ? window.server : 'https://iserver.supermap.io',
16
url = host + '/iserver/services/map-china400/rest/maps/China_4326';
17
- var fgbUrl = 'https://iclient.supermap.io/minio/fgb/waterways.fgb';
+ var fgbUrl = 'https://iclient.supermap.io/minio/fgb/roads.fgb';
18
var map;
19
map = new ol.Map({
20
target: 'map',
0 commit comments