-
The link under **Using the Neo4j Spatial Server plugin** tries to point to a .zip file, which is not present. The instructions that reference unzipping the plugin file are also invalid for this new ve…
-
Hi,
I'd like to create routes using OSM data and neo4j. Currently I am considering this plugin. Is this plugin beneficial for routing and is this plugin available for embeded databases?
Thanks in ad…
-
Test Case:
Adding Point layer works.
Later on adding a node using spatial.addNode fails with the below error
Full Error:
**Failed to invoke procedure `spatial.withinDistance`: Caused by: java.lang.R…
-
I'm not sure if this issue is related to the spatial plugin or the neo4j itself, here is link to the issue:
https://github.com/neo4j-contrib/spatial/issues/264
- Neo4j version: 3.0.4
- Spatial plugin…
-
I'm getting a lot of "Failed to load ..." warning using the 3.0.2 spatial plugin with Neo4j Enterprise 3.0.2. Example:
```
2016-06-13 20:08:41.658+0000 WARN [o.n.k.i.p.Procedures] Failed to load `or…
-
I tried to clone the repo, run `bundle install` and finally run tests:
``` ruby
$ bundle exec rspec
/Users/progm/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neo4j-7.0.10/lib/neo4j/shared/type_conv…
ProGM updated
8 years ago
-
Has anyone tested Geoserver with 0.16 or 0.18 libs?
Is there a chance someone can do this on short term?
-
After following the [spatial installation instructions](https://github.com/neo4j/spatial/#using-the-neo4j-spatial-server-plugin) and starting the server, the plugin metadata commands work:
```
:GET /…
-
in Using the Neo4j Spatial Server plugin section of the readme it says that Neo4j Spatial is also packaged as a ZIP file that can be unzipped into the Neo4j Server /plugin directory.
where can i find…
-
In `LayerNodeIndex` we add a node as follows:
> public void add( Node geometry, String key, Object value )
> {
> Geometry decodeGeometry = layer.getGeometryEncoder().decodeGeometry( geometry…