@@ -314,27 +314,27 @@
fullMap(jt3d) {
// 初始化项目区域范围视角
let optionsS = {
- west: 118.0361,
- south: 36.6357,
- east: 117.081,
- north: 35.999,
+ west: 117.48752,
+ south: 36.35078,
+ east: 117.45454,
+ north: 36.32105,
isRemove: false, //定位完成后是否删除
duration: 3, //飞行时间
heading: 0,
pitch: -90,
- range: 155000
+ range: 5000
};
let optionsE = {
isRemove: true, //定位完成后是否删除
- pitch: -60,
+ pitch: -40,
var fullMapPromise = jt3d.fullMap(optionsS);
@@ -121,7 +121,7 @@
}
}).then(res1 => {
var LocateUtil = new this.jt3dSDK.LocateUtil(window["viewer"]);
- LocateUtil.flyToEntity(res1).then(res2 => {
+ LocateUtil.flyToEntity(res1,{range:500}).then(res2 => {
let html = "";
html +=
"<div style='text-align: left;backfround-color:rgba(61, 198, 205, 0.6);width:300rem;height:150rem;font-family: TTTGB-Medium, sans-serif !important;'>";
@@ -64,7 +64,7 @@