智慧园区前端大屏
shuishen
2024-12-06 3ff7508f348c162865f06c511ffd0d6510049683
src/pages/map/components/scomponents/layersControl.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-31 10:47:29
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-03 14:38:35
 * @LastEditTime: 2024-12-06 16:13:43
 * @FilePath: \bigScreen\src\pages\map\components\scomponents\layersControl.vue
 * @Description:
 *
@@ -898,9 +898,16 @@
              computeCircle(1.6)
            )
            polylineVolume.setStyle({
              material: item.color
            })
            if (i.properties.RefName.indexOf('拟建') != -1) {
              polylineVolume.setStyle({
                material: DC.Color.fromBytes(234, 93, 240, 230)
              })
            } else {
              polylineVolume.setStyle({
                material: item.color
              })
            }
            addTileLayers[item.layerName].addOverlay(polylineVolume)
          })
        } else {