您好,iClient for OpenLayers开发指南:https://iclient.supermap.io/web/introduction/openlayersDevelop.html
Vue快速搭建超图二维iClient开发环境,参考一下以leaflet为例的博客,引入openlayer,只需替换css、引入模块及初始化代码即可。https://blog.csdn.net/supermapsupport/article/details/109294147
viewOptionsFromMapJSON()通过 iServer REST 地图参数构造 ol 视图对象。
您需要发布一个rest地图服务,初始化地图时可以调用,参考官网示例:
https://iclient.supermap.io/examples/openlayers/editor.html#01_tiledMapLayer4326
我这样引入无法使用
建议安装最新官网版本,vue引入方式为见开发指南,检查是否成功安装'@supermap/iclient-ol',这边本地测试是能正常引入的。