优化扩散圆平移时的lable高度计算

This commit is contained in:
zh
2025-12-09 10:43:58 +08:00
parent 4622ee736c
commit 116245ed6b
2 changed files with 23 additions and 7 deletions

View File

@ -12,7 +12,7 @@ class ContourAnalysis {
let terrainAvailability = this.viewer.terrainProvider.availability;
if (!terrainAvailability) {
this.error = '未加载地形数据!'
this.tools.message({ type: 'warning', text: this.error })
// this.tools.message({ type: 'warning', text: this.error })
return
}
this.positions = options.positions