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

Doesn't capture map via Firefox.

Open bijanmmarkes opened this issue 8 years ago • 5 comments

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

bijanmmarkes avatar Nov 21 '17 19:11 bijanmmarkes

I see this bug on Firefox Quantum.

IMMSPgisgroup avatar Nov 30 '17 00:11 IMMSPgisgroup

Any news on this?

AlexKwak avatar Jan 04 '18 15:01 AlexKwak

Map are printed on Firefox 59.0.

IMMSPgisgroup avatar Mar 16 '18 12:03 IMMSPgisgroup

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.....?

GarryMM avatar Sep 25 '18 17:09 GarryMM