请问加载百度地图和高德地图等在线地图,如何使用
com.supermap.realspace.SceneControl 这个控件加载,参数怎么设置?
您好
三维目前只支持OGC,Rest服务等发布的图层,不支持百度地图
可以参考http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#tianditu
希望能帮助到您
您好,三维地图支持缓存,您可以参照这个http://support.supermap.com.cn:8090/webgl/web/index.html
https://help.supermap.com/iMobile/zh
移动端场景中添加百度地图暂不支持,但是可以添加天地图,可以参考这段代码
scene.getLayers().add("http://t0.tianditu.com/img_c/wmts?tk=7c84d70cb5b767c43dc86794d0d402e6&layername=img",Layer3DType.WMTS,"img",true);