Vue2Leaflet icon indicating copy to clipboard operation
Vue2Leaflet copied to clipboard

LMarker: if icon passed is not an acceptable LeafletIcon override it

Open DonNicoJs opened this issue 5 years ago • 1 comments

Currently if in the prop icon is passed something that is not a valid leaflet icon instance it would break the code. We need to change this, if the user pass something which is not an instance of L.icon (https://leafletjs.com/reference-1.3.4.html#icon) we should override it with new L.Icon.Default()

marking this issue for the hackotcoberfest

DonNicoJs avatar Oct 16 '18 12:10 DonNicoJs

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 01 '20 12:01 stale[bot]