|
@@ -371,6 +371,7 @@
|
|
createRightClickDescription() {
|
|
createRightClickDescription() {
|
|
let that = this;
|
|
let that = this;
|
|
that.handler.setInputAction(function(movement) {
|
|
that.handler.setInputAction(function(movement) {
|
|
|
|
+ that.mapshow = false
|
|
// 监听鼠标的当前位置坐标,然后根据当前坐标去动态更新气泡窗口div的显示位置;
|
|
// 监听鼠标的当前位置坐标,然后根据当前坐标去动态更新气泡窗口div的显示位置;
|
|
that.pick = that.viewer.scene.pick(movement.position);
|
|
that.pick = that.viewer.scene.pick(movement.position);
|
|
if (that.pick && that.pick) {
|
|
if (that.pick && that.pick) {
|
|
@@ -535,4 +536,4 @@
|
|
opacity: 0;
|
|
opacity: 0;
|
|
transform: translateY(-10rem);
|
|
transform: translateY(-10rem);
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|