You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using LCircleMarker and trying to set a CSS class to it, e.g. to animate location changes.
However, when inspecting the resulting SVG paths generated by leaflet, the marker will only ever have the default leaflet-interactive class, not adding the marker-style class, regardless which of the methods i use to set the style name on the LCircleMarker object.
I am using LCircleMarker and trying to set a CSS class to it, e.g. to animate location changes.
However, when inspecting the resulting SVG paths generated by leaflet, the marker will only ever have the default
leaflet-interactive
class, not adding themarker-style
class, regardless which of the methods i use to set the style name on theLCircleMarker
object.The text was updated successfully, but these errors were encountered: