Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen button still visible on printing #129

Open
vincedchart opened this issue Aug 6, 2022 · 0 comments
Open

Fullscreen button still visible on printing #129

vincedchart opened this issue Aug 6, 2022 · 0 comments

Comments

@vincedchart
Copy link

vincedchart commented Aug 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant