Week 5 of Google Summer of Code has come to an end. The full progress report for my project is available here: https://github.com/johnymontana/neo4j/wiki/week5
This week I was able to expose some basic Spatial functionality to Cypher for access to Spatial layers. I also added a rudimentary first pass implementation of a Cypher Intersects(...) function which uses Spatial to search for intersecting geometries. This allows for Cypher queries such as: MATCH (g:Geometry) WHERE Intersects(g, 'POLYGON((0 0, 40 40, 20 40, 10 20, 0 0))') RETURN g Next week I plan to add Cypher functionality for creating Spatial layers and adding Nodes to the Spatial layers. Cheers! Will Lyon @lyonwj lyonwj.com -- 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 neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.