首页 / 浏览问题 / 其他 / 问题详情
超图加载瓦片地图
10EXP 2020年05月11日

请问超图怎么加载http://192.168.4.183:9067/PGIS_S_TileMapServer/Maps/default/EzMap?Service=getImage&Type=RGB&Col=460&Row=138&Zoom=11&V=0.3地图文件?格式的地图文件

使用这种加载方法,不行吗

 viewer.imageryLayers.addImageryProvider(new Cesium.UrlTemplateImageryProvider({        
        //    url:'http://192.168.0.19:9000/MapData/bjterrain/{z}/{x}/{y}.jpg',
            url:'http://localhost:8090/Bitnet_3DMap/proxy.jsp?http://192.168.4.183:9067/PGIS_S_TileMapServer/Maps/default/EzMap?Service=getImage&Type=RGB&Col={y}&Row={x}&Zoom={z}&V=0.3',
           fileExtension:'jpg'
         }));

2 个回答

您好,你可以尝试cesium原生加载wms的方法加载一下试试。(http://support.supermap.com.cn:8090/webgl/Build/Documentation/WebMapServiceImageryProvider.html?classFilter=web

2,560EXP 2020年05月11日
解决问题了吗兄弟
10EXP 2020年06月18日
大佬,我最近也遇到一个问题,先通过openlayer或cesium加载超图的栅格瓦片(离线的),看你上面遇到的问题,请问有类似的方法解决吗?
...