mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-06-11 09:34:43 +02:00
include router_late nodes in routers layer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user