Skip to content

Releases: mapcode-foundation/mapcode-cpp

2.2.1

Choose a tag to compare

@rijnb rijnb released this 29 Sep 12:01
  • Fixed mapcode utility.

2.1.5

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 03 Sep 14:09

Removed isInsideTerritory by much stricter unit test

2.1.4

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 02 Sep 11:12
  • added maxErrorInMeters to API
  • added isInsideTerritory to API
  • source clean-up (moved recode logic into decoder)

2.1.3

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 27 Aug 08:51
  • added distanceInMeters to API
  • thorough review of compiler warnings on different systems

2.1.2

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 24 Aug 20:35

Rewrote fraction floating points to integer arithmetic

2.1.1

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 23 Aug 20:34
  • Added unit tests to check if library performs as expected

2.1.0

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 20 Aug 18:17
  • Fix floating point error accumulation, assuring that encode(decode(M)) always equals M

2.0.3

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 20 Aug 09:53

2.0.3 Added fast territory search

2.0.2.4

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 20 Aug 09:33

Minor improvements to 2.0.2.4

2.0.2.1

Choose a tag to compare

@mapcodefoundation mapcodefoundation released this 20 Aug 09:08
  • Cleaned up source; removed legacy code; renamed dividemaps.h to mapcode_fast_encode.h;
  • Improved convertToRoman and convertToAlphabet to trim and skip leading territory;
  • Rolled back 2.0.2 fix for letters "i" and "o" in Hindi, Bengali, Tibetan and Gurmukhi;