Nominatim v2.5.0 Release Notes

Release Date: 2016-02-21 // about 8 years ago
  • ๐Ÿš€ Note: This will be the last release to support postgis 1.x and postgresql 9.0.

    ๐Ÿš€ This release brings a major overhaul of the built-in web interface. There is now a web view for reverse geocoding and the details page has been made more readable. All is now ready for mobile use.

    The second major change is the addition of a number of new functions for the API:

    • reverse lookup now can use Tiger house number data in the US
    • ๐Ÿ†• new feature to return simplified polygons
    • ๐Ÿ†• new lookup endpoint that allows to look up address information for OSM objects by id
    • ๐Ÿ†• new namedetails and extratags parameters to get a full list of names or additional tags for each object (requires postgresql >= 9.3)

    โšก๏ธ Other changes include updates for the Tiger data import script, new configure options for use behind HTTP proxies and https://www.vagrantup.com/ scripts for running Nominatim in a Ubuntu or CentOS virtual box.

    โฌ†๏ธ Upgrading from older versions

    ๐Ÿš€ You may upgrade existing database from Nominatim 2.4 without reimport. For upgrading from older versions, please read the release notes for Nominatim 2.4.

    โฌ†๏ธ Steps for upgrading from 2.4:

    Download and compile Nominatim 2.5.0.

    ๐Ÿ”ง Copy your old settings (settings/local.php, settings/configuration.txt and settings/state.txt)

    Install the new code into your postgres database by running:

    โšก๏ธ ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions