Du har ikke indstillet højdebeholderen. Indstil i din css-fil:
#map {
height: 400px;
}
Og indstil zoom. Sådan:
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {zoom: 10, ...
Du har ikke indstillet højdebeholderen. Indstil i din css-fil:
#map {
height: 400px;
}
Og indstil zoom. Sådan:
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {zoom: 10, ...