Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Estelle Scifo edited this page Sep 27, 2019 · 3 revisions

How to deal with Neo4j spatial?

Use the advanced mode to create a new layer and write Cypher. For instance:

MATCH (n)
RETURN n.point.x as longitude, n.point.y as latitude
Clone this wiki locally