You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ) 😄
The text was updated successfully, but these errors were encountered:
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)
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 ) 😄
The text was updated successfully, but these errors were encountered: