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

I'm trying to install neo4j spatial on a completely new ubuntu 16.04 machine. I have installed neo4j per these instructions: http://debian.neo4j.org/ and I am building neo4j spatial from source code...

Revamp/reorganize Manual towards 3.x and procedures * [ ] Delete Index Provider Content * [ ] List Procedures (manual) * [ ] Output from tests * [ ] Copy over...

Hi, Not **exactly** a neo4j-spatial issue, but I believe the best solution may lie here. I'm inserting nodes using **spring data neo4j**, and the lat/lon properties are being inserted as...

There were unofficial Docker images for previous versions of Neo4j Spatial, but it seems they are currently not maintained. If we have the official Neo4j Spatial Docker image based on...

That's one point I've been watching for quite long now. On close to every PR for the master branch, there are problems with Travis CI not accepting Java 8. This...

i used SpatialPlugin with NodeJS when i used cypher query `node=node:geom('withinDistance:[48.2,16.3,100.0]') return node` it returned error "Index 'geom' does not exists" but when i used this `{"layer":"geom","pointX":16.3,"pointY":48.2,"distanceInKm":100.0}' --header "Content-Type:application/json" http://localhost:7474/db/data/ext/SpatialPlugin/graphdb/findGeometriesWithinDistance`...

Hi, Is it better ( e.g. faster ) to use WKB or WKT geometries?? If the first, consider: ` @Procedure("spatial.addBase64WKB") @PerformsWrites public Stream addGeometryWKBToLayer(@Name("layerName") String name, @Name("geometry") String geometryBase64WKB) throws...

Hey guys I'm getting some connection refused while adding nodes to a layer. The layer is created using the **/db/data/ext/SpatialPlugin/graphdb/addSimplePointLayer** endpoint with a post method and this data: `{ "layer":...

If a geometry node is added to a layer it was previously added to we should not index it multiple times. ![image](https://cloud.githubusercontent.com/assets/114451/16112790/57ba3548-33b9-11e6-97b1-b84c4e0ace41.png)

This is more of a feature request that I guess it is not that complicated, but I am not a Java guy and I feel a bit lost when trying...