fix typo
This commit is contained in:
parent
d4a7339005
commit
980e40c819
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fetch("gas.csv").then(response=>{
|
||||||
}).catch(error=>{
|
}).catch(error=>{
|
||||||
L.control.layers({"fetch failed. you could try reloading, otherwise email me.":osm},null,{collapsed:false}).addTo(map);
|
L.control.layers({"fetch failed. you could try reloading, otherwise email me.":osm},null,{collapsed:false}).addTo(map);
|
||||||
console.error(error)
|
console.error(error)
|
||||||
}
|
})
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue