首页 / 浏览问题 / 云GIS / 问题详情
客户端加载本地发布的数据无法显示
9EXP 2018年09月19日

发布的数据,在iserver中能够进行预览:http://localhost:8090/iserver/services/map-QingDao/rest/maps/ChangZhan%40ChangZhan.ol3

开发的时候,在创建地图对象时,如何指定url?下面的写法,f12调试时也没显示问题,但地图无法显示:

var url1 = (window.isLocal ? window.server : "http://localhost:8090") +
                "/iserver/services/map-QingDao/rest/maps/ChangZhan@ChangZhan";

问题关闭原因: 问题已解决

1个回答

检查一下地图中心点和坐标系是否设置正确。
1,686EXP 2018年09月20日
可以了,后来发现是:使用rest的地图服务之前,需要对发布的数据进行预缓存
...