0

I was able to successfully install Neo4j and Neo4j Spatial and run the query:

START n=node:geom('withinDistance:[51.521348,-0.128113, 10.0]') RETURN node;

I am probably missing something fundamental, but is there a way for me to set a starting node for Node4j Spatial to start calculating 'withinDistance'?

For example, I would like to run node:geom('withinDistance:[51.521348,-0.128113, 10.0]') starting on node(5000), for example.

Thanks.

evalsyrelec
  • 1,553
  • 1
  • 12
  • 15

1 Answers1

2

No, you would have to find the Lon/Lat of your starting node. What does "starting" mean? What is your domain setup?

/peter

Peter Neubauer
  • 6,311
  • 1
  • 21
  • 24