Hi,
I'm using spring-data-neo4j in a project, and decided today that I needed to attach a point to various entities. So, I added –spatial to my pom, and tried to add this in an entity:
@Indexed(type = POINT, indexName = "VenueLocation") String wkt;
The problem is that "POINT" is undefined. Am I somehow missing libs? The dependency is present, I have the "gis" package available to me.
Matt MacKenzie
CEO, Uberity Technology Corporation