Skip to content

Commit f186879

Browse files
authored
Create ReadMe.md
1 parent 1100657 commit f186879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Description
1+
# lambert-java
22
A simple java library to convert Lambert Coordinates to GPS WGS84 coordinates based on the [IGN alorithms and methods](http://geodesie.ign.fr/contenu/fichiers/documentation/algorithmes/notice/NTG_71.pdf)
33

44
# Install
@@ -16,4 +16,4 @@ A simple java library to convert Lambert Coordinates to GPS WGS84 coordinates ba
1616

1717
LambertPoint pt = Lambert.convertToWGS84Deg(994272.661, 113467.422, LambertZone.LambertI);
1818
System.out.println("Point latitude:" + pt.getY() + " longitude:" + pt.getX());
19-
```
19+
```

0 commit comments

Comments
 (0)