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],