11-------------------------------------------------------------------------------
2+ MAPCODE C LIBRARY
3+ -------------------------------------------------------------------------------
24Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
35
46Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,7 +34,7 @@ Documentation, including example snippets of C source code, can be found in
3234
3335Also see www.mapcode.com for background and reference materials.
3436
35- Note: this version may be restricted to a particular area of the Earth !
37+ Note: this version may be restricted to a particular area of the Earthas !
3638In that case, basics.h will state a version number of the for:
3739 #define mapcode_cversion "1.2xxx"
3840where "xxx" states the geographical limitation.
@@ -52,3 +54,38 @@ To build the original Mapcode tool, execute:
5254For help, simply execute the binary file 'mapcode' without no arguments.
5355This tool provides a rather extensive command-line interface to encode and
5456decode Mapcodes.
57+
58+
59+ -------------------------------------------------------------------------------
60+ MAPCODE LIBRARY - RELEASE NOTES
61+ -------------------------------------------------------------------------------
62+
63+ 1.33
64+ Fix to not remove valid results just across the edge of a territory. Iimproved interface readability
65+ and renamed methods to more readable forms.
66+
67+ 1.32
68+ Added encodeLatLonToSingleMapcode(); fixed 1.29 so no country-wide alternative is produced in edge cases; prevent FIJI failing to
69+ decode at exactly 180 degrees.
70+
71+ 1.31
72+ Added compareWithMapcodeFormat().
73+
74+ 1.30
75+ IUpdated the documentation and extended it with examples and suggestions.
76+
77+ 1.29
78+ Also generate country-wide alternative mapcodes for states.
79+
80+ 1.28
81+ Bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India.
82+
83+ 1.27
84+ Improved (faster) implementation of the function isInArea.
85+
86+ 1.26
87+ Added alias OD ("Odisha") for indian state OR ("Orissa").
88+
89+ 1.25
90+ Initial release to the public domain.
91+
0 commit comments