Open v2belleville opened 2 years ago
This feature would be very useful.
Is this still relevant? Otherwise i'll close the issue.
Still relevant for us. We use the Neodash for evaluating historical piracy data in the mediterranean.
GeoJSON would be great as well ;-)
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))"