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
780 stars 192 forks source link

How to combine neo4j-spatial with mapbox.js. #282

Closed cara-shi closed 6 years ago

cara-shi commented 7 years ago

I want to show the node and the relationship with geospatial location. How to combine neo4j-spatial with mapbox.js. The result is some like https://neo4j.com/blog/new-approach-visualizing-spatial-data/. Thanks!

HADDADENICAR commented 6 years ago

me too i want to know

craigtaverner commented 6 years ago

I've seen a few blogs by Will Lyon that works with Neo4j Spatial and mapbox. Take a look at:

This last one is based on the new spatial features built into neo4j itself. I'd recommend reading the above blogs and using the ideas there to build a mapbox based GUI.