这个是添加WMTS服务的接口 WebMapTileServiceImageryProvider
使用方法参考http://support.supermap.com.cn:8090/webgl/Cesium/docs/Documentation/WebMapTileServiceImageryProvider.html?classFilter=WebMapTileServiceImageryProvider
添加天地图:使用专用接口TiandituImageryProvider
http://support.supermap.com.cn:8090/webgl/docs/Documentation/TiandituImageryProvider.html?classFilter=TiandituImageryProvider
参考示例:http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#tianditu
可能是图像已损坏
https://blog.csdn.net/shanshiping/article/details/133036590
F12network中查看请求地址是http://localhost:8083/tileservice/jndark?tk=f23bcbb1e70e755f82d7b11e79b077f4&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=c&STYLE=default&TILEMATRIXSET=sdvec&TileMatrix=%7Blevel%7D&TileRow=%7Brow%7D&TileCol=%7Bcol%7D&FORMAT=image%2Fpng,为什么TileMatrix、TileRow、TileCol参数没有自动填充整数?
new SuperMap3D.WebMapTileServiceImageryProvider和new Cesium.WebMapTileServiceImageryProvider用法一样吗?因为示例都是Cesium的,但是我想使用SuperMap3D