leaflet-map-component icon indicating copy to clipboard operation
leaflet-map-component copied to clipboard

let anything be a marker

Open olanod opened this issue 11 years ago • 0 comments

Can we use any element as a marker, no just leaflet-marker? I have a custom element which shadows some HTML/SVG markup and events and I'd like it to be directly my marker.

<leaflet-map>
    <my-marker marker></my-marker>
</leaflet-map>

olanod avatar Feb 11 '15 13:02 olanod