|
@@ -18,10 +18,22 @@ let map = new DGE.Map('cesiumContainer', {
|
|
|
|
|
|
map.viewer._cesiumWidget._creditContainer.style.display = "none";
|
|
map.viewer._cesiumWidget._creditContainer.style.display = "none";
|
|
let tileset=map.data.threeDTiles.load({
|
|
let tileset=map.data.threeDTiles.load({
|
|
- url:"https://testgis.4dage.com/liangqichao3dtiles1/tileset.json",
|
|
|
|
|
|
+ url:"https://testgis.4dage.com/liangqichaoshuju/tileset.json",
|
|
height:10,
|
|
height:10,
|
|
maximumScreenSpaceError:40
|
|
maximumScreenSpaceError:40
|
|
-});
|
|
|
|
|
|
+});
|
|
|
|
+
|
|
|
|
+let tileset1=map.data.threeDTiles.load({
|
|
|
|
+ url:"https://testgis.4dage.com/liangqichaoguju3dtilesbufen/tileset.json",
|
|
|
|
+ height:10,
|
|
|
|
+ maximumScreenSpaceError:40
|
|
|
|
+});
|
|
|
|
+let tileset2=map.data.threeDTiles.load({
|
|
|
|
+ url:"https://testgis.4dage.com/liangqichaoloutibufen/tileset.json",
|
|
|
|
+ height:10,
|
|
|
|
+ maximumScreenSpaceError:40
|
|
|
|
+});
|
|
|
|
+
|
|
map.viewer.camera.setView({
|
|
map.viewer.camera.setView({
|
|
destination:new Global.Cartesian3.fromDegrees(line[0].lng,line[0].lat,line[0].alt),
|
|
destination:new Global.Cartesian3.fromDegrees(line[0].lng,line[0].lat,line[0].alt),
|
|
orientation:{
|
|
orientation:{
|