Skip to content

Commit 4cde18d

Browse files
committed
Merge pull request #5 from mapcode-foundation/dev
Release 2.0.0
2 parents b09dd80 + c234d24 commit 4cde18d

File tree

6 files changed

+6808
-7107
lines changed

6 files changed

+6808
-7107
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ of how to use the library.
3737
To build the original Mapcode tool, execute:
3838

3939
cd utility
40-
gcc mapcode.cpp -o mapcode
40+
gcc -Wall -O mapcode.cpp -o mapcode
4141

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

4747
## Release Notes
4848

49+
* 2.0.0
50+
51+
Support for high-precision mapcodes, with up to 8 character extensions (up to 10 micron accuracy).
52+
53+
Fixes to the data rectangles (primarily intended for ISO proposal), see Word document for details.
54+
4955
* 1.50.1
5056

5157
Bug fix for state IN-DD (in India).

mapcode_library_c.doc

22.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)