Martin Schmelzer
Martin Schmelzer
I am also not a JS wizard but I'll take a look when I find the time :)
Locally I added the `styles` attribute to `addPopGraphs` which takes raw CSS code like `.leaflet-pop-content-wrapper { background-color: blue; }`. In `addPopupImages`, this code is written to a temporary file which...
I am in no rush. Concerning multiple calls to any popup generating method, the `className` .attribute of `layer.bindPopup` could come in handy. So `leaflet-popup-content-wrapper { ... }` would become `classForCallXYZ...
Will there be progress in the future concerning unique indices?