aboutsummaryrefslogtreecommitdiff
path: root/src/viewer/viewer.js
blob: bef6f74c7e8f62ebb0430a2871e5c65a8b3093d6 (plain)
1
2
3
4
5
6
7
8
const map = L.map('map').setView([0, 0], 13);

L.tileLayer('/tiles/{z}/{x}/{y}', {
    maxZoom: 13,
    minZoom: 13,
    attribution: 'trash-map'
}).addTo(map);