neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
394 stars 127 forks source link

map visuallisation in WKT to allow for display of lines and polygons #154

Open v2belleville opened 2 years ago

v2belleville commented 2 years ago

As far as geographical types are concerned, Neo4j is limited to points, but lines, polygons and multilines and multiplogons are very commonly used geographical types. The spatial plugins https://neo4j-contrib.github.io/spatial/ allows to deal with them and simple text properties containing the geometries in WKT format are an easy way to put geometries in a Neo4j DB.

It would be great if NeoDash map could display nodes according to a WKT geometry

WKT examples : "POINT (6.09266013 45.1196463700959)" "LINESTRING (6.1752317896 44.9498981458959, 6.17319118040001 44.9483479351959)" "POLYGON ((5.632468 45.167794, 5.629966 45.16889, 5.62962 45.169593, 5.630393 45.170262, 5.63192 45.169945, 5.634393 45.168791, 5.632468 45.167794))"

DrobConsulting commented 2 years ago

This feature would be very useful.

alfredorubin96 commented 5 days ago

Is this still relevant? Otherwise i'll close the issue.