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
// Create our map, giving it the streetmap and earthquakes layers to display on load. let myMap = L.map("map", { center: [53.0000, 9.0050], zoom: 4, layers: [topo, earthquakes, tectonicPlates] , fullscreenControl: true, // Enable fullscreen control fullscreenControlOptions: { position: 'topleft' // Position of the fullscreen button } });
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If anyone can help us pass the variable for FullScreen Control Map along with the icon to the map,
please help.
Thank You!
I have tried this and it doesn't work.
index.php
` <link rel="stylesheet" href="https://unpkg.com/leaflet.fullscreen@2.0.0/Control.FullScreen.css"
<script src="https://unpkg.com/leaflet.fullscreen@2.0.0/Control.FullScreen.js"></script>`logic.js
// Create our map, giving it the streetmap and earthquakes layers to display on load. let myMap = L.map("map", { center: [53.0000, 9.0050], zoom: 4, layers: [topo, earthquakes, tectonicPlates] , fullscreenControl: true, // Enable fullscreen control fullscreenControlOptions: { position: 'topleft' // Position of the fullscreen button } });
The text was updated successfully, but these errors were encountered: