src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/ThemeControl.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/ThemeControl.vue
@@ -346,10 +346,10 @@ break; case 'Polygon': const pColor = feature.get('pcolor'); const lSize1 = feature.get('lsize'); const lColor1 = feature.get('lcolor'); const lstyle1 = feature.get('lstyle'); const pColor = themeStyle?.PCOLOR ?? feature.get('pcolor'); const lSize1 = themeStyle?.LSIZE ?? feature.get('lsize'); const lColor1 = themeStyle?.LCOLOR ?? feature.get('lcolor'); const lstyle1 = themeStyle?.LSTYLE ?? feature.get('lstyle'); const polygonStyle = props.olMap?.getPolygonStyles({ pcolor: pColor, lsize: lSize1,