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);