diff --git a/src/views/sponeScreen/HaiMianScreen/index.vue b/src/views/sponeScreen/HaiMianScreen/index.vue index e093969..f742ee9 100644 --- a/src/views/sponeScreen/HaiMianScreen/index.vue +++ b/src/views/sponeScreen/HaiMianScreen/index.vue @@ -337,6 +337,7 @@ // 雨水泵站收水范围 if (properties.type == 'YSBZ' || properties.type == 'WSBZ' || properties.type == 'combineBengZhan') { if (!properties.geometrys) return; + properties.fillcolor = 'rgba(253,99,255,0.6)'; let geometrysToMap = turf.featureCollection([turf.feature(Terraformer.WKT.parse(properties.geometrys), properties)]); newfiberMapBoxVectorLayer.addGeojsonPolygon('bengzhan_Area', geometrysToMap); }