Skip to content

Releases: mapcode-foundation/mapcode-cpp

2.0.0

03 Jul 11:53
Compare
Choose a tag to compare
  • 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

23 May 10:32
Compare
Choose a tag to compare
  • Bug fix for state IN-DD (in India).
  • If the executable name contains "debug", the self checking mechanism is activated. Note, however, that
    this feature is under construction and produces false negative for certain decodes.

1.50

22 May 14:16
Compare
Choose a tag to compare
  • Major release. This version is not backwards compatible with mapcode 1.4x: is has dropped support for
    Antartica AT0-8 codes and has a changed (improved) way of dealing with the Greek alphabet.
  • Added 22-chararcter post-processing of all-digit mapcodes for the Greek alphabet.
  • Retired legacy aliases EAZ and SKM, AU-QL, AU-TS, AU-NI and AU-JB.
  • Retired legacy Antarctica claims AT0 through AT8.
  • Renamed examples directory to utility.

1.41.1

10 Feb 12:05
Compare
Choose a tag to compare

Bugfix for “example/mapcode” utility (-d option was case sensitive).

1.41

10 Feb 07:49
Compare
Choose a tag to compare

Added the India state Telangana (IN-TG), until 2014 a region in Adhra Pradesh.

Fixed a problem with the "extraDigits" parameter of the "example/mapcode" utility.

1.40

19 Sep 16:14
Compare
Choose a tag to compare

Fixed edge case bugs in boundaries.
Added extraDigits parameter to 'mapcode' tool in examples to allow high-precision mapcodes to be generated.

1.33

19 Sep 16:13
Compare
Choose a tag to compare

Fix to not remove valid results just across the edge of a territory.
Improved interface readability and renamed methods to more readable forms.
Added encodeLatLonToSingleMapcode(); fixed 1.29 so no country-wide alternative
is produced in edge cases; prevent FIJI failing to decode at exactly 180 degrees.
Added compareWithMapcodeFormat().
Updated the documentation and extended it with examples and suggestions.
Also generate country-wide alternative mapcodes for states.
Bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India.
Improved (faster) implementation of the function isInArea.
Added alias OD ("Odisha") for indian state OR ("Orissa").
Initial release to the public domain.