Skip to content

Commit a250fe6

Browse files
authored
Merge pull request #2 from davidfauth/5.x
5.x
2 parents a675511 + 10264e2 commit a250fe6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

100755100644
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project, simply package the project with maven:
1111

1212
mvn clean package
1313

14-
This will produce a jar-file, `neo4jh3-0.5.0-SNAPSHOT.jar `,
14+
This will produce a jar-file, `neo4jh3-0.9.1.jar `,
1515
that can be copied to the `plugin` directory of your Neo4j instance.
1616

1717
cp target/neo4jh3-0.9.1-SNAPSHOT.jar neo4j-enterprise-5.x.0/plugins/.
@@ -39,11 +39,11 @@ com.neo4jh3.distanceBetweenHexesNumber(String hexAddress, String HexAddress) ret
3939

4040

4141
# Procedures
42-
com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43-
com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44-
com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45-
com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46-
com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47-
com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48-
com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49-
com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;
42+
com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43+
com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44+
com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45+
com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46+
com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47+
com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48+
com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49+
com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;

0 commit comments

Comments
 (0)