diff --git a/src/views/oneMap/components/ZTGL.vue b/src/views/oneMap/components/ZTGL.vue index f483ffb..9f9a16d 100644 --- a/src/views/oneMap/components/ZTGL.vue +++ b/src/views/oneMap/components/ZTGL.vue @@ -145,8 +145,8 @@ .shape("wall") .style({ opacity: 0.8, - sourceColor: "#fe7285", - targetColor: "rbga(255,255,255, 0)", + sourceColor: '#16f7ff', + targetColor: 'rbga(255,255,255, 0)', }); newfiberMapbox.addLayer(layer); mapBoxVectorLayer.addGeojsonSymbol("testProjection", testProjectionLabel, xtb_img);