From 2842dd75ab8ac633401d2406c34ceb48c8ebdda0 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 3 Jan 2025 22:59:43 -0600 Subject: [PATCH] Remove unnecessary initial location definition --- map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map.html b/map.html index b502b96..923f826 100644 --- a/map.html +++ b/map.html @@ -147,7 +147,7 @@ [47.517085, -93.427584], [47.457925, -93.340026], ], - }).setView([94.505, -0.09], 13); + }); // L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { // maxZoom: 19, // attribution: '© OpenStreetMap'