include router_late nodes in routers layer
This commit is contained in:
parent
7b19eb5740
commit
3bcdb2628a
1 changed files with 1 additions and 0 deletions
|
|
@ -3491,6 +3491,7 @@
|
||||||
// add markers for routers and repeaters to routers layer group
|
// add markers for routers and repeaters to routers layer group
|
||||||
if(node.role_name === "ROUTER"
|
if(node.role_name === "ROUTER"
|
||||||
|| node.role_name === "ROUTER_CLIENT"
|
|| node.role_name === "ROUTER_CLIENT"
|
||||||
|
|| node.role_name === "ROUTER_LATE"
|
||||||
|| node.role_name === "REPEATER"){
|
|| node.role_name === "REPEATER"){
|
||||||
nodesRouterLayerGroup.addLayer(marker);
|
nodesRouterLayerGroup.addLayer(marker);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue