Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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