This commit is contained in:
parent
ccc51a1778
commit
38711199d6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<div id="map"></div>
|
||||
|
||||
<script>
|
||||
var map = L.map('map').setView([51.505, -0.09], 5);
|
||||
var map = L.map('map').setView([51.505, -0.09], 18);
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||
}).addTo(map);
|
||||
|
|
Loading…
Reference in a new issue