Releases: davidjulien/erlang-geocoding
Releases · davidjulien/erlang-geocoding
v0.4.0
What's Changed
- feat: add geoname id in the result of reverse geocoding by @davidjulien in #1
- feat: update cities database by @davidjulien in #2
- chore: new version 0.4.0 by @davidjulien in #3
Full Changelog: v0.3.1...v0.4.0
Release 0.3.1
Add a script to rebuild cities.txt internal database with up-to-date data from https://geonames.org
Release 0.3.0
Add new feature:
- Lookup city information from country and city name.
Release 0.2.0
- Reverse geocoding: identify the nearest city from latitude/longitude coordinates.
- Compute distance between two coordinates