增加鹰眼图范围显示高度
This commit is contained in:
@ -124,7 +124,7 @@ function syncViewer() {
|
||||
if (height > 9000000) {
|
||||
height = 9000000
|
||||
}
|
||||
if (height < 100000) {
|
||||
if (height < 400000) {
|
||||
this.entity.billboard.show = true
|
||||
this.entity.rectangle.show = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user