Skip to content

1.50.0

Choose a tag to compare

@rijnb rijnb released this 22 May 14:07
· 227 commits to master since this release
  • 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.
  • Added convencience methods for <<>> to accept <<>> for all encode functions
    as well (not just <<>>, <<>>).
  • Added alphabet support to convert mapcodes (both codes and territories) between <<>>s.
  • Exceptions have been corrected and documented in code.
  • Allowed nullable values in <<>> encode and decode methods to assume reasonable defaults.
  • Microdegrees are no longer support publicly in <<>>. Only degrees.
  • Latitudes are limited to -90..90 and longitudes are wrapped to -180..180 (non inclusive).