diff --git a/dist/leaflet.awesome-markers.js b/dist/leaflet.awesome-markers.js index 56fc6317fb..8e4ace0f7f 100644 --- a/dist/leaflet.awesome-markers.js +++ b/dist/leaflet.awesome-markers.js @@ -20,10 +20,10 @@ L.AwesomeMarkers.Icon = L.Icon.extend({ iconAnchor: [17, 42], popupAnchor: [1, -32], shadowAnchor: [10, 12], - icon: 'font', // All the font-awesome icons are possible shadowSize: [36, 16], className: 'awesome-marker', - color: 'blue' // red, orange, green, blue, purple + icon: 'home', + color: 'blue' }, initialize: function (options) {