Slightly adjust default map center
This commit is contained in:
parent
7e54ecca6b
commit
0c2ecc70cf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
crossorigin=""></script>
|
crossorigin=""></script>
|
||||||
|
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
let map = L.map('map').setView([47.0832, 2.3785], 6);
|
let map = L.map('map').setView([47.06121, 2.41319], 6);
|
||||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
Loading…
Reference in a new issue