Update index.html

This commit is contained in:
2024-06-03 16:15:32 -04:00
committed by GitHub
parent 67b0914512
commit 625e0a9343

View File

@@ -88,7 +88,7 @@
}
// Fetch KML file metadata to get the update time
fetch(kmlURL)
fetch(kmlUrl)
.then(response => response.text())
.then(data => {
var parser = new DOMParser();