captainwasabi / topologrjs

An AREDN Mesh network topology viewer
The Unlicense
7 stars 2 forks source link

Map view showing positions by lat, lon #7

Closed captainwasabi closed 2 years ago

captainwasabi commented 2 years ago

Switch to a map view that shows all the node locations

captainwasabi commented 2 years ago

I was looking at sorting lat and long into bins to get a topologically gridded layout. Unfortunately to do this requires polling each node individually, it doesn't look like this data is in the json structure held at the local node for the rest of the network. This makes sense because for a really large net this could be a large amount of data. It would also be prohibitive to collect this data to the localnode.