A convenience library for geocoding and reverse geocoding.
geocode-glib is a convenience library for geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses the Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.
geocode-glib is a convenience library for geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses the Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.
To install geocode-glib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install geocode-glib
To see what files were installed by geocode-glib, run:
port contents geocode-glib
To later upgrade geocode-glib, run:
sudo port selfupdate && sudo port upgrade geocode-glib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.