rowanwins / leaflet-easyPrint

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print in 'Current Size' when use vh instead px in the map div

EdgarCsA opened this issue · comments

When using "vh" instead "px" in the div height, the Current mode does not work well.

In order to solution, I changed the code

domtoimage.toPng(plugin.mapContainer, {
        width: parseInt(widthForExport),
        height: parseInt(plugin.mapContainer.clientHeight)
      })

would you be able to give me some info on how i can implement this fix in my version, I am getting the problem referenced here:
#76