Skip to content

Releases: tomcorbett/neo4jphp

First working version with Spatial Support

04 Jun 22:54
Compare
Choose a tag to compare

Added in support for some of the methods in the Neo4J Spatial extension including:

  • addSimplePointLayer
  • addNodeToLayer
  • getLayer
  • findGeometriesWithinDistance
  • findGeometriesInBBox

Not fully unit tested but features have been tested and work.