neodash icon indicating copy to clipboard operation
neodash copied to clipboard

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

Open v2belleville opened this issue 2 years ago • 2 comments

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))"

v2belleville avatar Jun 03 '22 08:06 v2belleville

This feature would be very useful.

DrobConsulting avatar Jun 03 '22 09:06 DrobConsulting