Add REPEATER to router node types
This commit is contained in:
parent
373b3d0e56
commit
2a09ee3c74
1 changed files with 1 additions and 1 deletions
|
|
@ -2696,7 +2696,7 @@
|
|||
// add marker to node layer groups
|
||||
marker.addTo(nodesLayerGroup);
|
||||
nodesClusteredLayerGroup.addLayer(marker);
|
||||
if(node.role_name == "ROUTER" || node.role_name == "ROUTER_CLIENT"){
|
||||
if(node.role_name == "ROUTER" || node.role_name == "ROUTER_CLIENT" || node.role_name == "REPEATER"){
|
||||
marker.addTo(nodesRouterGroup);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue