Good Morning,
I have found a bug, the plugin doesen't work with LineAwesome which is a porting of FontAwesome to modern flat icons.
Here is my code using a simple icon:
<i class="las la-home"></i>
markerIcon = L.VectorMarkers.icon({
prefix: 'las',
icon: 'la-home',
markerColor: '#29DFBB'
});
Generetes an icon like this:
<i class="las las-la-home icon-white" style="width: 30px;"></i>
adding the prefix also to the icon.
Any idea how to solve it?
Good Morning,
I have found a bug, the plugin doesen't work with LineAwesome which is a porting of FontAwesome to modern flat icons.
Here is my code using a simple icon:
Generetes an icon like this:
adding the prefix also to the icon.
Any idea how to solve it?