|
@@ -150,12 +150,12 @@ export default {
|
|
|
iconName: "el-icon-office-building",
|
|
|
isSelect: false,
|
|
|
},
|
|
|
- {
|
|
|
- index: 4,
|
|
|
- lable: "矢量",
|
|
|
- iconName: "el-icon-picture",
|
|
|
- isSelect: false,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // index: 4,
|
|
|
+ // lable: "矢量",
|
|
|
+ // iconName: "el-icon-picture",
|
|
|
+ // isSelect: false,
|
|
|
+ // },
|
|
|
{
|
|
|
index: 5,
|
|
|
lable: "联级查询",
|
|
@@ -329,8 +329,8 @@ export default {
|
|
|
clampToGround: true,
|
|
|
}),
|
|
|
});
|
|
|
+ viewer.flyTo(e);
|
|
|
}
|
|
|
- viewer.flyTo(e);
|
|
|
} else {
|
|
|
this.$message({
|
|
|
message: "空间范围为空!",
|
|
@@ -360,8 +360,8 @@ export default {
|
|
|
that.layersData = [];
|
|
|
this.remove_query_click();
|
|
|
let scene = viewer.scene;
|
|
|
- that.viewer.entities.removeAll();
|
|
|
- that.dataSourceLayer.entities.removeAll();
|
|
|
+ viewer.entities.removeAll();
|
|
|
+ dataSourceLayer.entities.removeAll();
|
|
|
//拾取模型
|
|
|
let pickedFeature = scene.pick(movement.position);
|
|
|
if (
|