-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't load shapefiles which I had imported into Neo4j on GeoServer #333
Comments
Can you give more details on your environment? Are you just using the database through Cypher, or perhaps you have integrated this into some other system? Your use of the word 'datastore' makes me suspect you are using a geotools app, like uDig or GeoServer? Could you clarify? |
I’m sorry about that I didn't describe the problem clearly. I intergrated neo4j into GeoServer 2.13.0 |
I do not currently have a development environment suitable for testing against GeoServer, so I cannot help at this point. However, I could give suggestions for things you could do to investigate this in more detail:
Let me know how this goes, and if you have more information for me to track. Hopefully at some point in the near future I can setup a development environment with GeoServer again and try and investigate this myself. |
Hi, I got the solution, just build the spatial jar for my version of Neo4j and used Geoserver 2.8.4 for the Neo4j 3.5.12 and placed all jars in C:\XXXXXXX\neo4j\neo4jDatabases\database-38a0b035-445b-423d-b362-de8efc2234c0\installation-3.5.12\lib to C:\Program Files (x86)\GeoServer 2.8.4\webapps\geoserver\WEB-INF\lib, reading can be done from here https://libraries.io/github/jtimothywilliams/nss |
If this did work well..you're the master! I busy with this issue also. I did find out about missing repositories. I did upgrade my version from 2.18.1 to 2.19.1 Also added this in the pom.xml:
now running complete build and test... maybe it works? |
no....
[INFO] ------------------------------------------------------------------------ |
|
I create workspace and datastore referring to the neo4j database folder , but I found that still unable to view the layer in database on GeoServer.
And one more question:
The parameters of connection:
Does "The directory path of the Neo4j database: *" meas the directory of the graph.db , like d:/neo4j/data/databases/graph.db/
The text was updated successfully, but these errors were encountered: