Center map on Bourges
This commit is contained in:
parent
3277a5292d
commit
956349ea58
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
crossorigin=""></script>
|
||||
|
||||
<script type="application/javascript">
|
||||
let map = L.map('map').setView([45.805, 2.67], 5);
|
||||
let map = L.map('map').setView([47.0832, 2.3785], 6);
|
||||
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