使用产品:SuperMap IClient3D for WebGL
问题详细描述:在天地图上叠加arcgis的WMTS服务,通过WebMapTileServiceImageryProvider,但arcgis服务的切片网格和天地图不一致,叠加不上,能否设置WMTS的resolutions?
这是arcgis服务的切片分辨率
var shadedRelief1 = new Cesium.WebMapTileServiceImageryProvider({
url : `http://xx.xx.xx.xx:6080/arcgis/rest/services/GHT2018WGS/MapServer/tile/{TileMatrix}/{TileRow}/{TileCol}`,
layer : 'GHT2018WGS',
style : 'default',
format : 'image/png',
tileMatrixSetID : 'default028mm'
});