Re: [Neo4j] Spatial query with property filter

2011-08-29 Thread Peter Neubauer
Hi there, well, spatial querying is not something that can be easily stuck into an iterator. If you want more than casual querying, I think you need to use the GeoTools APIs, we provide support for CQL as a query lang there, see

Re: [Neo4j] Spatial query with property filter

2011-08-29 Thread Craig Taverner
I can elaborate a little on what Peter says. The DynamicLayer support is indeed the only way to do what you want right now, but I think it is actually quite a good fit for your use case. When defining a dynamic layer you are actually just defining a 'returnable evaluator', which will be applied to

[Neo4j] Spatial query with property filter

2011-08-28 Thread faffi
Hey guys, I'm seeing some kind of disconnect between the spatial and the regular graph traversing query. I can't find a way of executing a spatial query like in SimplePointLayer but also providing something like a ReturnEvaluator. My use case is essentially for all nodes within a 10km radius,