Leaflet.ExtraMarkers
Leaflet.ExtraMarkers copied to clipboard
Relative Image paths
The urls in the marker classes are relative which breaks any pages that are nested more than one level in (i.e. www.site.com/my/maps/map-id). The library should always assume the images are at the root ('/img/markers-default.png) or make it configurable, I'm happy to submit a PR for the former solution.
I did configure it in the less file. As for the CSS why don't you just add some overrides?
I'm aware you can override the less parameter or css styles but it requires one to be aware of the specific parameter or styles that need to be overriden if anything changes in subsequent versions our overrides will not work anymore.