From 3bcdb2628adcbd76065b108f1e440ea2111d7c53 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 12 Jan 2025 07:08:19 +1300 Subject: [PATCH] include router_late nodes in routers layer --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index 3c62efd..92ce175 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3491,6 +3491,7 @@ // add markers for routers and repeaters to routers layer group if(node.role_name === "ROUTER" || node.role_name === "ROUTER_CLIENT" + || node.role_name === "ROUTER_LATE" || node.role_name === "REPEATER"){ nodesRouterLayerGroup.addLayer(marker); }