Non hai impostato l'altezza del contenitore. Imposta nel tuo file CSS:
#map {
height: 400px;
}
E imposta lo zoom. Così:
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {zoom: 10, ...
Non hai impostato l'altezza del contenitore. Imposta nel tuo file CSS:
#map {
height: 400px;
}
E imposta lo zoom. Così:
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {zoom: 10, ...