| | |
| | | * @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: |
| | | * |
| | |
| | | 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 { |