rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/
MIT License
248 stars 137 forks source link

print event #131

Open GhadaAjimiDblog opened 2 years ago

GhadaAjimiDblog commented 2 years ago

I need to do some actions right before printing (open all the tooltip) but I didn't find how I detect the print event. Is there a way ?

mrmascott10 commented 1 year ago

I had a similar issue and found a solution in this issue: #88 map.on('easyPrint-start', function (ev) { // do something in here });