Skip to content

Commit

Permalink
Merge pull request #5 from mapcode-foundation/dev
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
rijnb committed Jul 3, 2015
2 parents b09dd80 + c234d24 commit 4cde18d
Show file tree
Hide file tree
Showing 6 changed files with 6,808 additions and 7,107 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ of how to use the library.
To build the original Mapcode tool, execute:

cd utility
gcc mapcode.cpp -o mapcode
gcc -Wall -O mapcode.cpp -o mapcode

For help, simply execute the binary file 'mapcode' without no arguments.
This tool provides a rather extensive command-line interface to encode and
Expand All @@ -46,6 +46,12 @@ decode Mapcodes.

## Release Notes

* 2.0.0

Support for high-precision mapcodes, with up to 8 character extensions (up to 10 micron accuracy).

Fixes to the data rectangles (primarily intended for ISO proposal), see Word document for details.

* 1.50.1

Bug fix for state IN-DD (in India).
Expand Down
Binary file modified mapcode_library_c.doc
Binary file not shown.
Loading

0 comments on commit 4cde18d

Please sign in to comment.