Re: [Neo4j] Neo4j-Spatial: problems when delete spatial entities

2011-08-23 Thread Peter Neubauer
Ben, the deletion code is in Andreas fork, see https://github.com/AndreasWilhelm/neo4j-spatial/blob/master/src/test/java/org/neo4j/gis/spatial/LayersTest.java#L82 for a test. We are about to release Neo4j Spatial 0.6, and after that merge this into the master. Just a heads-up. Cheers, /peter

[Neo4j] Neo4j-Spatial: problems when delete spatial entities

2011-07-29 Thread Ben Galon
Hello, I started working with neo4j-spatial a while ago. i found it very useful and the first thing i would like to say is Thanks for your wonderful work. While working on a project that require large amount of insert/delete operation I think i found two bugs. The first one is inĀ 

Re: [Neo4j] Neo4j-Spatial: problems when delete spatial entities

2011-07-29 Thread Peter Neubauer
Ben, The first bug is fixed in Andreas Wilhelms fork, thanks for pointing it out! Can't comment on the second from my mobile :) could you fork, add the test and see if you can fix it? /peter Sent from my phone. On Jul 29, 2011 7:29 AM, Ben Galon bga...@gmail.com wrote: Hello, I started

Re: [Neo4j] Neo4j-Spatial: problems when delete spatial entities

2011-07-29 Thread Ben Galon
Hi Peter I don't have git installed on my computer. so I opened a fork and commit my solution from the web UI. I could not find a way to upload the Test file, sorry for that. Best regards Ben On Fri, Jul 29, 2011 at 5:37 PM, Peter Neubauer neubauer.pe...@gmail.com wrote: Ben, The first bug is