Skip to content

Commit 665566d

Browse files
committed
Initial support for native Neo4j point types for storing locations
The spatial database service is updated to allow similar control as we had for SimplePointEncoder, but the procedures are not yet updated to expose this within Cypher.
1 parent 3de27b8 commit 665566d

24 files changed

+1728
-1299
lines changed

README.md

Lines changed: 393 additions & 392 deletions
Large diffs are not rendered by default.

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<artifactId>neo4j-spatial</artifactId>
2323
<groupId>org.neo4j</groupId>
24-
<version>0.25.7-neo4j-3.4.9</version>
24+
<version>0.26.0-neo4j-3.4.9</version>
2525
<name>Neo4j - Spatial Components</name>
2626
<description>Spatial utilities and components for Neo4j</description>
2727
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
@@ -473,14 +473,6 @@
473473
<name>Java.net repo</name>
474474
<url>https://maven.java.net/service/local/repositories/releases/content/</url>
475475
</repository>
476-
<repository>
477-
<snapshots>
478-
<enabled>true</enabled>
479-
</snapshots>
480-
<id>opengeo</id>
481-
<name>OpenGeo Maven Repository</name>
482-
<url>http://repo.opengeo.org</url>
483-
</repository>
484476
<repository>
485477
<snapshots>
486478
<enabled>true</enabled>

0 commit comments

Comments
 (0)