Skip to content

Add Geo-location data to Neo4j objects #2

@psyc0

Description

@psyc0

It would be nice to be able to render a geo-correct image of the nodes in Neo4j,
for example I would index them by a site reference/name and lookup the coordinates from an API returning something like this (depending on which location format is preferred)

-- Location
  RT90 X (WGS84 lat)  : 6590975 (59.4222418677237) 
  RT90 Y (WGS84 long) : 1619849 (17.9165012220488)

this way it would be easier from a physical topology to understand what and where neighboring nodes are located and I invision this helping out in troubleshooting scenarios.

you could ofc go a step further and use it as metadata to filter for node-x and display within Y,X to filter adjacent nodes (but that´s just something ridiculous I just thought up, dont know a usecase for that ) 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions