I'm trying this out now. I see your code adds nodes to the layer twice, once with the /db/data/index/node/geom command and once with /db/data/ext/SpatialPlugin/graphdb/addNodeToLayer. These two methods do things somewhat differently. You end up with 16 nodes in the layer, 8 directly connected and another 8 proxy nodes with id references. I do not think this is correct. I'll investigate further and see what seems like the best, or correct, way to do this.
On Tue, Aug 12, 2014 at 7:35 PM, Mohana Krishna <[email protected]> wrote: > Somebody please reply. > > > On Tuesday, 12 August 2014 20:00:01 UTC+5:30, Mohana Krishna wrote: >> >> Hello, >> >> I have loaded the spatial data in the attached file using REST API script >> (which is also attached). The nodes are created and I can visualize them on >> DB. >> >> However when I perform the query >> >> "START n=node:geom('withinDistance:[41.8082, -87.7084, 10.0]') RETURN n" >> in CYPHER window , I am getting "Unknown Error" as result. >> >> Please help. >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
