spatial
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...
I've seen some chatter about this but no solution. Mac OS, Neo 2.1.2, Geoserver 2.5, Neo4j Spatial master. But I've tried many combinations of these tools. ``` 27883 [btpool0-4] INFO...
Created a spatial index: "cities" Add a node with the proper fields needed to the index. Use the REST API to verify it comes back and spatial is working, this...
The download link for the 1.9 package points to http://dist.neo4j.org.s3.amazonaws.com/spatial/neo4j-spatial-0.11-neo4j-1.9-server-plugins which leads to 403
Osm - import
I have been trying to import osm files using the standard osmimport - big and small files. After some time the imports end with an error (see below). Does anyone...
suggested by @mackristof, thanks!
This call doesn't work: POST /db/data/ext/SpatialPlugin/graphdb/updateGeometryFromWKT {"geometry":"POINT (9.34 38.69)", "node":6, "layer":"UpdateSpatialNodeGeometryTest"} ==> 500 Internal Server Error ==> { ==> "exception" : "NullPointerException", ==> "fullname" : "java.lang.NullPointerException", ==> "stacktrace" : [...
Exception: ``` java.util.NoSuchElementException: More than one element in org.neo4j.index.impl.lucene.LuceneIndex$1@7b7d1256. First element is 'Node[14]' and the second element is 'Node[2042]' at org.neo4j.helpers.collection.IteratorUtil.singleOrNull(IteratorUtil.java:116) at org.neo4j.index.impl.lucene.IdToEntityIterator.getSingle(IdToEntityIterator.java:88) at org.neo4j.index.impl.lucene.IdToEntityIterator.getSingle(IdToEntityIterator.java:1) at org.neo4j.gis.spatial.osm.OSMImporter$OSMGraphWriter.getOSMNode(OSMImporter.java:917) at org.neo4j.gis.spatial.osm.OSMImporter$OSMGraphWriter.getOSMNode(OSMImporter.java:727) at...
It seems the spatial index is not propagating through HA