Haax

Results 1 issues of Haax

Hi In leaflet it's possible to set a noWrap option to not repeat the tileset when zooming out. ``` const tiles = L.tileLayer("output_dir/{z}/{x}/{y}.png", { noWrap: true, attribution: '© OpenStreetMap', .addTo(map);...