lime-app
lime-app copied to clipboard
Improvement to nodes-and-links and location page
When I originally implemented nodes_and_links
I did an unnecesary simplification.
The relation between nodes are in between radios of the nodes, and not in between the nodes themselves.
In the structure that can be seen here there is a merge of all the assoc_list of each interface into one single assoc_list.
Having this information of the radios would allow for example to deduce in which direction antennas are pointing, amongst many other things (that don't come to mind right now).
In the LiMe-app the change should happen in this part of the code: https://github.com/libremesh/lime-app/blob/2c506a991324c06511b4f0cf42c18b0d30f63e2d/plugins/lime-plugin-locate/src/communityGeoJSON.js#L38