You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: