From 5681680fbd71ec628d915a49c3d6010848f813b9 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 28 Oct 2024 15:49:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E5=9C=B0=E5=9B=BE=E9=85=8D=E7=BD=AE=E5=9B=BE?= =?UTF-8?q?=E5=BD=A2=E6=A0=B7=E5=BC=8F=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/map/symbolic-map.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/symbolic-map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/symbolic-map.ts index 7c46c272fe..141934af88 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/symbolic-map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/symbolic-map.ts @@ -276,6 +276,7 @@ export class SymbolicMap extends L7ChartView { await scene.addImage(`customIcon`, svgStrToUrl(svgEle.outerHTML)) pointLayer.shape('customIcon') } else { + pointLayer.shape(mapSymbol) pointLayer.color(colorsWithAlpha[0]) pointLayer.style({ stroke: colorsWithAlpha[0],