1.加载arcgis数据——ArcGisMapServerImageryProvider var viewer = new Cesium.Viewer("cesiumDiv",{ imageryProvider:new Cesium.ArcGisMapServerImageryProvider({ url:'http://atlasmaps.esri.com/arcgis/rest/services/Esri/USA_Population_Density
ArcGIS Pro 从2.2版本起,提供了编辑在线三维服务图层的功能.通过该功能,我们可以直接在Pro中编辑发布的三维服务图层Web Scene Layer. 我们知道三维场景服务支持包含多种类型的三维数据,包括三维矢量点.倾斜摄影三维模型.多面体三维模型.Lidar点云.目前只支持三维矢量点和多面体三维模型的编辑. 要发布可编辑的三维场景服务,有一点是需要特别注意的.ArcGIS提供了两种三维场景服务发布途径: 一种是通过制作好的SLPK(SPK)场景数据包,共享到Portal中进行发布.
1.构建一个viewer,如下创建:options的参数根据实际情况,进行设定 var viewer = new Cesium.Viewer('cesiumContainer', { //Start in Columbus Viewer sceneMode : Cesium.SceneMode.COLUMBUS_VIEW, // 设定3维地图的默认场景模式 //Use standard Cesium terrain terrainProvider : new Cesium.CesiumTerra