From 838e40b055d800896e82aeb97e8debfc45df3c5b Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 16 Jul 2025 17:31:33 -0700 Subject: [PATCH] Use humanitarian tiles --- public/dashboard.html | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/dashboard.html b/public/dashboard.html index 96af71e..a4b0b1e 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -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); diff --git a/public/index.html b/public/index.html index f5fddda..0797ee7 100644 --- a/public/index.html +++ b/public/index.html @@ -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);