Commit cd1e3183 authored by xuchaozou's avatar xuchaozou

fix: 修复前端出图异常显示

parent c2bd24e8
Pipeline #95427 waiting for manual action with stages
......@@ -96,9 +96,9 @@
"@wisdom-cesium/krpano": "^1.0.29-60",
"@wisdom-map/arcgismap":"^2.0.97",
"@wisdom-map/basemap":"^2.0.4",
"@wisdom-map/gis-component": "^1.0.25",
"@wisdom-map/gis-utils": "^1.0.20",
"@wisdom-map/pd-map": "^1.0.106",
"@wisdom-map/gis-component": "^1.0.26",
"@wisdom-map/gis-utils": "^1.0.21",
"@wisdom-map/pd-map": "^1.0.107",
"@wisdom-utils/components": "0.1.337",
"@wisdom-utils/utils": "0.1.377",
"ace-builds": "^1.4.12",
......
......@@ -568,7 +568,7 @@ const Map = props => {
}
setRadio1(form.getFieldsValue().customFlag);
setAreaFlag(0);
setSchemename(item => ({...item}))
}
// 选择颜色
......@@ -1526,7 +1526,7 @@ const Map = props => {
client = "sandbox"
/>
)}
{radio == 'arcgis' && PdScene && name && Schemename ? (
{radio == 'arcgis' && PdScene && name && Schemename && PdScene.pipenetLayer.id === PdScene.layerInfo.mapName ? (
<PipenetStylesCenter
schemeName={PdScene.pipenetLayer.schemename}
mapServerName={PdScene.pipenetLayer.id}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment