spatial icon indicating copy to clipboard operation
spatial copied to clipboard

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial ope...

Results 103 spatial issues
Sort by recently updated
recently updated
newest added

Can I use spatial from node, perhaps from the node-neo4j driver or any other?

Following the error: [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /D:/Git_Local_Repo/spatial/src/main/java/org/neo4j/gis/spatial/indexprovider/SpatialIndexImplementation.java:[35,8] org.neo4j.gis.sp atial.indexprovider.SpatialIndexImplementation is not abstract and does not override abstract method shutdown() in org.neo4j.graphdb.index.IndexImplementation [INFO]...

I found you use legacy index in the doc, and the cypher query is not working. http://neo4j-contrib.github.io/spatial/#rest-api-create-a-spatial-index How can I use latest index method '/schema/index', instead of '/index/node'? And is...

I can use the spatial for Neo4j 2.2.0 on the Neo4j 2.2.1?

Dear community, I'm just a beginner in neo4j and failed with installing the spatial plugin. I've used maven, maven seems to load all depencies but had troubles with integrating something...

I seem to be running into a situation when doing heavy writes to the neo database and subsequently to the spatial "DB". I've put together some code I use to...

Are there plans to add support for GeometryCollection in WKT? Right now it says its an unknown type when it tries to encode the geometry type.

Hi. I'd like to contribute towards developing Neo4j Spatial. Is there a place where I can see the development plan and get involved in the discussion? I see a few...

see: https://github.com/spring-projects/spring-data-neo4j/issues/226 It should be filtered out.

Hi, I have some nodes without a geometry. I want to know if it is possible to add to the properties of these nodes geometry. For example I have a...