Leaflet.awesome-markers
Leaflet.awesome-markers copied to clipboard
readme example shows no icon
// 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'