首页 / 浏览问题 / 三维GIS / 问题详情
webgl加载天地图如何加token
weo
2EXP 2019年04月15日
如题

1个回答

        var labelImagery = new Cesium.TiandituImageryProvider({
            mapStyle : Cesium.TiandituMapsStyle.CIA_C, //天地图全球中文注记服务(经纬度投影)
            token: URL_CONFIG.TOKEN_TIANDITU
        });

具体可以参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#tianditu

2,701EXP 2019年04月15日
...