Center map on Bourges

This commit is contained in:
Gabriel Augendre 2019-03-02 15:37:29 +01:00
parent 3277a5292d
commit 956349ea58

View file

@ -17,7 +17,7 @@
crossorigin=""></script> crossorigin=""></script>
<script type="application/javascript"> <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', { L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map); }).addTo(map);