1

I am new to neo4j.

I have a csv in which two spatial informations are present : pickup and dropoff.

i created a trip relationship between pickup node and dropoff node, then i added the pickup node to a geohash Spatial Layer.

My questions is:

is the dropoff node added as well to the spatial layer by adding the pickup node ?

do i need to add the dropoff node to the spatial layer as well ?

A.HADDAD
  • 1,809
  • 4
  • 26
  • 51

1 Answers1

1

You have to add the two nodes to the spatial layer.

logisima
  • 7,340
  • 1
  • 18
  • 31