neo4j-contrib / spatial

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 operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
778 stars 192 forks source link

Does neo4j spatial still work with geoserver? #205

Open mpeniak opened 8 years ago

mpeniak commented 8 years ago

Does neo4j spatial still work with geoserver? If not, are there any other geo-aware webservers you would recommend please?

craigtaverner commented 8 years ago

We do not often test with GeoServer so it is unclear if it still works. Feel free to try it out and let us know. Hopefully we will get a chance to test it again ourselves, but have nothing planned for that soon.

We have not tried out any other geo-aware webservers. As far as I know most users of Neo4j Spatial have written their own web-apps, and included spatial capabilities as part of the app. In this case they usually use a client side spatial library like openlayers or leaflet.

mpeniak commented 8 years ago

Thanks Craig, very helpful reply!