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, I have to print my current map into 300 dpi so I can pint with big size or resolution in the same state.?

Hi Rowan, Just thought it might be good to have an example of customs print sizes in your demo. There is commit here is you think it's a good idea,...

trying to see if i can use this in my project but unable to get it to work in a HTTPS environment. you can replicate the issues by going to...

Hi there I've recently upgraded one of my portals to use Bootstrap 5 and Leaflet 1.7.1 and the easyPrint plugin no longer works. I've tested the code on a simple...

Hello, I saw a lot of contributions, very interesting contributions, then I like to know if there will be a new version merging all them. Thx in advance !

Hi ! This PR adds the possibility to switch between more than 2 output modes, and to use the image in the JS code. It solves the following issues :...

Please add the function of selecting area print

Hello, if I export a map via easy.Print control with custom size everything works fine, but if I export manually an error ocurr: index.js:110 Uncaught TypeError: Cannot read property 'className'...

this.printControl = (L as any).easyPrint({ title: 'Print Me', position: 'bottomleft', sizeModes: ['Current'], filename: this.uid, exportOnly: true, tileWait: 4000, hidden: true, hideControlContainer: true }).addTo(this.map); this.printControl.printMap('CurrentSize'); ![Screenshot 2020-10-30 at 10 50 16](https://user-images.githubusercontent.com/12471873/97694105-6b2bf880-1aa2-11eb-9a74-fdf183c5b6c6.png)...

I am unable to find easyPrint function to call it in typescript. I have created leaflet map in my Vue+TS app using component imports as follows `import { LMap, LTileLayer,...