stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

I wanna show the relationship of the node in neomap,how can I do that #92

Closed daciz closed 3 years ago

stellasia commented 3 years ago

If you have something like a path, you can use a Polyline rendering, which will basically render a line connecting all consecutive points. You can see an example of how it works here: https://medium.com/neo4j/visualizing-shortest-paths-with-neomap-0-4-0-and-the-neo4j-graph-data-science-plugin-18db92f680de

If your data is more complex, this is not possible right now. but planned to be added when I (or someone else) will have time to work on it (see https://github.com/stellasia/neomap/issues/15)

stellasia commented 3 years ago

Closing this as it seems to be a duplicate of https://github.com/stellasia/neomap/issues/15, reopen if not.