Skip to content

Commit

Permalink
1.0.0.0 (#17)
Browse files Browse the repository at this point in the history
* new API

* Vincenty

* Coordinate Systems
  • Loading branch information
Cedric Liegeois authored Feb 17, 2020
1 parent 2616c4e commit 9537111
Show file tree
Hide file tree
Showing 78 changed files with 5,656 additions and 3,701 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.stack-work/
stack.yaml.lock
.idea
jord.iml
*~
dist
*.tix
1 change: 0 additions & 1 deletion .hindent.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
indent-size: 4
line-length: 100
force-trailing-newline: true
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ matrix:
include:
- os: linux
env: STACK_YAML=stack.yaml
- os: linux
env: STACK_YAML=stack-8.4.4.yaml
- os: linux
env: STACK_YAML=stack-8.2.2.yaml

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.0.0

- New API (does not allow mixing position in different coordinate systems)
- Exact solution for both direct and inverse geodetic problems (Vincenty)
- Conversion between different coordinate systems

### 0.6.0.0

- Fixed Ellipsoid: constructor expected inverseFlattening and not flattening
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Cedric Liegeois (c) 2018
Copyright Cedric Liegeois (c) 2020

All rights reserved.

Expand Down
Loading

0 comments on commit 9537111

Please sign in to comment.