I used spatial features of Neo4j. I faced following problem in that. I used Node API to create a node and add that node to Spatial Layer.
Que 1 :- In Neo4j Browser client when i retrive all node it shows me two node with same node no. (One is real node and other is added to spatial layer). I think second node is for indexing purpose. Need clerification on this. I am wrong or it's bug or it's normal behaviour.
Que 2 :- If I update latitude and longitude of real node then second node in spatial layer is not updated with new value of co-ordinates. How can i update both node?
Any Help will be very helpful for me.
Thanks.