Disable shadow of markers in perspective map

Hello,
I’d like to disable the shadow of the icon markers in the perspective map component. As this shadow is not created by CSS and I think it is created by leaflet itself so SVG filter: drop-shadow doesn’t work for this in the style section of the marker.
Does anyone know of any workaround for this?

.map-marker-shadow {display:none; }

theme.css or css injection this should do it for all maps

2 Likes

Thanks, victor.
By the way, do you know how to modify the default GeoJSON format in perspective map?

modify the format what do you mean?

sorry
I mean the style of JeoJSON. I need to access and define specific color stroke width, ...

it seems to be using an image. you could change the image i guess.
no idea where its located tho
http://localhost:8088/res/perspective/map/marker-icon.png