首页 / 浏览问题 / 三维GIS / 问题详情
webgl添加arcgis wmts服务能设置切片网格吗?
3EXP 2020年10月12日

使用产品: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'
  });

1个回答

您好,参考api:http://support.supermap.com.cn:8090/webgl/web/apis/3dwebgl.html设置minimumLevel图像提供者支持的最低详细程度,maximumLevel图像提供程序支持的最大详细级别,如果没有限制,则为未定义。

6,077EXP 2020年10月13日
...