通过cesium加载高斯投影的二维地图服务,貌似不支持高斯投影
var provider_local = new Cesium.SuperMapImageryProvider({
url: 'http://localhost:8090/iserver/services/map-ssytem/rest/maps/DXLINE_YTGX@DXLINE_YTGX' // 高斯投影(看不见)
// url: '
https://iserver.supermap.io/iserver/services/map-china400/rest/maps/China' // 官网墨卡托投影(可以)
// url: 'http://localhost:8090/iserver/services/map-ssytem-2/rest/maps/DXLINE_YTGX@ssytemmercator' // 墨卡托投影(可以)
});