prtksxna / leaflet-map-component

A <leaflet-map> polymer web component
http://prtksxna.github.io/leaflet-map-component/
MIT License
44 stars 12 forks source link

let anything be a marker #31

Open olanod opened 9 years ago

olanod commented 9 years ago

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>