feat: add fullscreen map
This commit is contained in:
parent
ad30ee40d4
commit
26cf793943
2 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
/*
|
||||
* Initialise the map
|
||||
*/
|
||||
var map = L.map('map');
|
||||
var map = L.map('map', { fullscreenControl: true });
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
maxZoom: 19,
|
||||
attribution: 'OpenStreetMap'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue