I have several hundred geo-referenced data points, and the relationships from that point to other points. I'm trying to figure out the best way of visualizing this on an interactive map (possibly using google maps).
One idea I had was that when a user clicks on a point, it then displays all the links from that point to the related points.
Do you have any suggestions or examples of how to do this?
I have experience using ArcGIS, QGIS, Python and a small amount of JavaScript.
