Leaflet.awesome-markers icon indicating copy to clipboard operation
Leaflet.awesome-markers copied to clipboard

readme example shows no icon

Open euri10 opened this issue 9 years ago • 0 comments

// Creates a red marker with the coffee icon var redMarker = L.AwesomeMarkers.icon({ icon: 'coffee', markerColor: 'red' });

L.marker([51.941196,4.512291], {icon: redMarker}).addTo(map);

need to add prefix: 'fa'

euri10 avatar Dec 11 '15 15:12 euri10