mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-08-07 01:12:54 +02:00
Added the traceroute and neighbours to the map
This commit is contained in:
@@ -125,7 +125,7 @@ var channels = new Set();
|
||||
|
||||
// ---- Coordinate helper ----
|
||||
function isInvalidCoord(node) {
|
||||
return (!node || node.lat == null || node.long == null || node.lat === 0 || node.long === 0);
|
||||
return (!node || node.lat == null || node.long == null || node.lat == 0 || node.long == 0);
|
||||
}
|
||||
|
||||
// ---- Plot nodes ----
|
||||
|
||||
Reference in New Issue
Block a user