Order locations by scrobble timestmap
This commit is contained in:
@ -20,9 +20,9 @@
|
||||
crossorigin=""></script>
|
||||
|
||||
<script>
|
||||
var map = L.map('map').setView([{{latest.lat}}, {{latest.lon}}], 13);
|
||||
var map = L.map('map').setView([{{latest.lat}}, {{latest.lon}}], 17);
|
||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
maxZoom: 19,
|
||||
maxZoom: 20,
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}).addTo(map);
|
||||
var marker = L.marker([{{latest.lat}}, {{latest.lon}}]).addTo(map);
|
||||
|
||||
Reference in New Issue
Block a user