From 980e40c819dca7e1eb89b687f13a8df671bf2f22 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 11 Apr 2025 09:25:43 -0400 Subject: [PATCH] fix typo --- templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/map.html b/templates/map.html index c18516a..9aee7fe 100644 --- a/templates/map.html +++ b/templates/map.html @@ -51,7 +51,7 @@ fetch("gas.csv").then(response=>{ }).catch(error=>{ L.control.layers({"fetch failed. you could try reloading, otherwise email me.":osm},null,{collapsed:false}).addTo(map); console.error(error) -} +})