neo4jrb / neo4jrb_spatial

Basic integration between Neo4j.rb and Neo4j Spatial
12 stars 12 forks source link

Fix specs and module nesting issues #10

Closed ProGM closed 8 years ago

ProGM commented 8 years ago

I created a branch from module-definition_part2, fixing specs and adding a few improvements.

Fixes #8

There's a strange behavior with add_node_to_spatial_index, since it duplicates the existing node instead of adding it to the spatial index.

@subvertallchris @cheerfulstoic