function(feature, latlng) {
return L.marker(latlng, {
icon: L.ExtraMarkers.icon({
icon: 'fa-home',
markerColor: 'blue',
shape: 'circle',
prefix: 'fa',
iconColor: '#fff'
})
});
}
function(feature, latlng) {
return L.marker(latlng, {
icon: L.icon({
iconUrl: "https://geofyn.github.io/mapcentia_vidi_symbols/flaticon/heart.svg",
iconSize: [25, 25],
iconAnchor: [12, 12],
tooltip:'virksomhed'
})
})
}
or