From 590689869798d492efbd92b7b8b0e1de940d3e1a Mon Sep 17 00:00:00 2001 From: Evan Virevialle <83653214+evirevialle@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:56:27 +0100 Subject: [PATCH] Update map.js --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/map.js b/js/map.js index 10ce356..8fc237f 100644 --- a/js/map.js +++ b/js/map.js @@ -17,7 +17,7 @@ function initializeMap () { - L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { + L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 20, minZoom: 2,