Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 4 years ago

Release notes

This version eliminates the need for the request package.

Evidence collection

Collected 4 years ago

Release notes

This release contains no user-visible changes to the code.

olc is now available on MELPA (https://melpa.org).

Evidence collection

Collected 4 years ago

Release notes

olc-decode now supports a format keyword arg. The return value for the latlon format has been changed from a cons to a list, which is a breaking change. But since I'm the only one relying on that format (at least for now), that shouldn't matter.

Evidence collection

Collected 4 years ago

Release notes

Version 1.3 adds the :compound keyword arg to olc-is-valid, olc-is-short, and olc-is-full, so these functions can be used to recognize (potential) compound codes.

Evidence collection

Collected 4 years ago

Release notes

Version 1.2.0 makes the nominatim URL configurable. Geocoding is still limited to the nominatim API, but you can now use a local or paid instance, if you prefer.

Evidence collection

Collected 4 years ago

Release notes

Version 1.1 has significantly improved error handling and type checking. Predicate functions have been (mostly) converted to operate directly on the codes without parsing, which improves performance.