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

from witch version i can use point #342

Closed HADDADENICAR closed 6 years ago

HADDADENICAR commented 6 years ago

from witch verison i can use the point() type function with your plugin ?

craigtaverner commented 6 years ago

It depends on exactly how you use point(). That function was released in Neo4j 3.0, and the spatial library for 3.0 got some procedures for working with spatial data in 3.0, and some partial compatibility with the point() function. This stayed about the same for 3.0 to 3.3, but in 3.4 things have changed a bit because 3.4 improved the support for point() and the spatial library needed to change a bit because of that.

If this does not answer your question, please ask again with more specific details about what you mean, or how you want to use both the built-in point() function and the spatial plugin.