mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-02 16:01:50 +02:00
worked on making map and base all API driven
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user