Use humanitarian tiles

This commit is contained in:
Will Bradley 2025-07-16 17:31:33 -07:00
parent 62c9d92a2c
commit 838e40b055
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@
function initMap() {
map = L.map('map').setView([37.7749, -122.4194], 13);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map);

View File

@ -215,7 +215,7 @@
map = L.map('map').setView([37.7749, -122.4194], 13);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map);