wujingjing
2025-02-25 4fb206d45bed4d8839172ddd75c3569ac8dbdb75
多边形主题
已修改1个文件
8 ■■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/ThemeControl.vue 8 ●●●● 补丁 | 查看 | 原始文档 | 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,