worked on making map and base all API driven

This commit is contained in:
Pablo Revilla
2025-11-02 11:41:15 -08:00
parent ed33bfe540
commit 60ae77772d
+1 -1
View File
@@ -49,7 +49,7 @@ const legendItems = [
{ color: "#00ffff", label: "Elevated" },
{ color: "#00ff00", label: "High" },
{ color: "#ffff00", label: "Very High" },
{ color: "#ff0000", label: "Extreme" }
{ color: "#ff0000", label: "Congested?" }
];
legendItems.forEach(item => {
const div = document.createElement("div");