function initialize() { var puntatore1 = L.marker([40.14384586012983, 18.48677158355713]).bindPopup('VITTORIA RESORT
Otranto(Lecce)
Puglia
'),puntatore2 = L.marker([40.07784156496504, 18.010883331298828]).bindPopup('CAMPEGGIO LA MASSERIA
Gallipoli(Lecce)
Puglia
'),puntatore3 = L.marker([40.174692, 17.997322]).bindPopup('AT THE AIA
Nardò(Lecce)
Puglia
'),puntatore4 = L.marker([39.824560495207635, 18.36815277511596]).bindPopup('CAMPING SANTA MARIA DI LEUCA
Gagliano del Capo(Lecce)
Puglia
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4]); var mbAttr = 'Map data © OpenStreetMap contributors, ' + 'CC-BY-SA, ' + 'Imagery © Mapbox', mbUrl = 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw'; var streets = L.tileLayer(mbUrl, {id: 'mapbox/streets-v11', tileSize: 512, zoomOffset: -1, attribution: mbAttr}); var map = L.map('mappabasso', { center: [39.824560495207635, 18.36815277511596], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }