This commit is contained in:
steven 2025-04-11 09:25:43 -04:00
parent d4a7339005
commit 980e40c819

View file

@ -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)
}
})
</script>
</body>
</html>