From b09d451d32b603a22d47881464123dcf2bec210b Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 5 Sep 2024 18:39:43 +0200 Subject: [PATCH] https://tile.openstreetmap.org/ --- app/components/useLeafletMap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/useLeafletMap.ts b/app/components/useLeafletMap.ts index 261e5eb..fd4dd94 100644 --- a/app/components/useLeafletMap.ts +++ b/app/components/useLeafletMap.ts @@ -47,7 +47,7 @@ export function useLeafletMap(mapRef: Ref) { maxNativeZoom: 19 }; const layers = { - [osm]: L.tileLayer('http://tile.openstreetmap.org/{z}/{x}/{y}.png', { + [osm]: L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { ...maxZoomOptions, attribution: '© OpenStreetMap contributors'