change default icon to home

This commit is contained in:
Lennard Voogdt
2013-03-16 14:04:50 +01:00
parent ece40ce458
commit df31f672a4
+2 -2
View File
@@ -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) {