From 8c01a7b4a05e234647a36ff499b1d65551e841ae Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 5 Sep 2025 07:43:15 -0700 Subject: [PATCH] Added the traceroute and neighbours to the map --- meshview/templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/map.html b/meshview/templates/map.html index e0427fd..7dda92f 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -96,7 +96,7 @@ } const palette = [ - "#e6194b","#f58231","#4363d8","#911eb4","#46f0f0","#f032e6","#bcf60c","#fabebe", + "#e6194b","#4363d8","#f58231","#911eb4","#46f0f0","#f032e6","#bcf60c","#fabebe", "#008080","#e6beff","#9a6324","#fffac8","#800000","#aaffc3","#808000","#ffd8b1","#000075","#808080" ]; const colorMap = new Map();