Skip to content

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

Open
@v2belleville

Description

@v2belleville

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions