forked from drone/command-center-dashboard

张含笑
2025-04-11 01f2b0503dd82ba5cf6edb4f5ccd833e21eebff7
src/views/Home/useMapAggregation/useMapAggregation.js
@@ -359,7 +359,9 @@
          alphaPower: 1.3
        })
        entity.polygon.extrudedHeight = (entity.properties.childrenNum._value || 1) * 500
        const randomInt = Math.floor(Math.random() * 5) + 1
        entity.polygon.extrudedHeight = (entity.properties.childrenNum._value || randomInt) * 500
        entity.polygon.material = material
        entity.polygon.outline = false // 显示边框