Not always rendering
This is a nice plugin but I have found that its hit and miss with rendering ,
sometimes tiles and markers partially not there as if the map has not loaded ... is there an event wait for to allow map to get the imagery before outputting the image ?
Cheers
Neil
I have same problem anybody can fix it?
The problem with markers seams to be a problem with html2canvas, used in Leaflet.Export. If you look to the DOM of the created map, you will find some css-styles for positioning markers (translation etc.). These are not supported by html2canvas I think. I'm trying to work with CircleMarker at the moment - this works fine.
I found that updating to the latest version of the html2canvas library solved most of the rendering issues.
I found that updating to the latest version of the html2canvas library solved most of the rendering issues.
What about PR?