leaflet-easyPrint
leaflet-easyPrint copied to clipboard
empty padding left img
exportOnly: true
Looks odd but you probably need to provide more information for me to help you. Can you show me a fuller snippet of your settings.
Thanks
Hi, L.easyPrint({ title: 'Prin map', position: 'bottomright', filename: 'Scrin_map', exportOnly: true }).addTo(map);
empty space increases when the map moves. Browser: Google Chrome v63 use bundle.js, convert img Current Leaflet version 0.7.3
Hello, I'm having the same issue. This is my code: JS: var saver = L.easyPrint({ tileLayer: google_hybrid, sizeModes: ['Current', 'A4Landscape', 'A4Portrait'], filename: 'MAP', exportOnly: true, position: 'bottomright', hideControlContainer: true, hidden:true }).addTo(mymap);
Browser: Chrome v63 Using bundle.js
Have you got the chance to review this? Or can you recommend me any workaround?