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

Fullscreen button still visible on printing

vincedchart opened this issue · comments

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