rowanwins / leaflet-easyPrint

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

Doesn't capture map via Firefox. #60

Open bijanmmarkes opened 6 years ago

bijanmmarkes commented 6 years ago

This plugin works fine in chrome but when attempting to download via firefox it downloads all but the map layer. I attached a photo to show you.

mymanualprint 3

IMMSPgisgroup commented 6 years ago

I see this bug on Firefox Quantum.

AlexKwak commented 6 years ago

Any news on this?

IMMSPgisgroup commented 6 years ago

Map are printed on Firefox 59.0.

GarryMM commented 6 years ago

OK for some reason

works in firefox 61

<div id="map" style="height:600px; width:100%;"></div>

Below doesn't work in firefox but fine in chrome although the map is smaller than the canvas, the map.png will have empty space the right side and bottom.

<style>
#map {
height: 600px; width:100%;
}
</style>

<div id="map"></div>

No idea why.....?