leaflet-easyPrint icon indicating copy to clipboard operation
leaflet-easyPrint copied to clipboard

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/

Results 64 leaflet-easyPrint issues
Sort by recently updated
recently updated
newest added

Hi @rowanwins, I am trying to use your easy print plugin for leaflet. I have my map div and inside that map div is another div for my legend (bottom...

Hello, I am using the plugin and when I capture with a layer L.tileLayer makes the capture without any problem, but when I have a layer loaded L.tileLayer.wms is blocked...

When i try to print a map with google maps background i get a CORS issue. I think its something to do with the dom-to-image.js file but i dont seem...

Hi, The export was working OK in Firefox V55.0.1 and after a recent update, I am now experiencing an issue in the export of the base layers (leaflet map). I...

Hi, Another issue that I have found is when I export the map from a Macbookpro retina def, even though the dom-to-image library initiates the correct def for the tile...

I am having trouble trying to implement a custom size print and was wondering if you could take a moment and help.. When I try to use the sample code,...

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 ?

With this configuration, when I try to print, it works perfectly on Chromium-based browsers, but in Firefox, I always get a gray background. ```javascript const map = L.map('map').setView([39.5, -0.45], 8.5);...

![image](https://github.com/rowanwins/leaflet-easyPrint/assets/55946457/aec92230-37b8-41fa-a8a8-657707e00138) I checked the code of the npm package on the npm website, and there is no node_modules folder within it. However, after downloading the npm package, an empty node_modules...

In the situation where the print operation fails, it'd be nice for a leaflet event to be fired signifying this (e.g. "easyPrint-failed" to go alongside "easyPrint-start" and "easyPrint-finished"). Currently there...