rowanwins / leaflet-easyPrint

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

Fullscreen button still visible on printing #129

Open vincedchart opened 2 years ago

vincedchart commented 2 years ago

Hi. This plugin is very cool but I can still see the special fullscreen plugin I use in printing, it's not hidden as it should. I give you all info about it

var map = L.map('map', { center: [lat, lng],
maxZoom:maxZoom, zoom: params.zoom || init.zoom,
layers: [mapbase], zoomControl: true, loadingControl: true, fullscreenControl: true, fullscreenControlOptions: { position: 'topleft' }
});

and the Javascript and css:

https://mappingforyou.eu/javascript/Control.FullScreen.js https://mappingforyou.eu/javascript/Control.FullScreen.css

Thanks by advance bureau 1_013