mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
Open Source search based on OpenStreetMap data
a86563cfb1
Introduces two new settings CONST_Use_US_Tiger_Data and CONST_Use_Aux_Location_data, which are disabled by default. When false the corresponding tables are ignored in queries and updates. Aux and tiger tables are no longer created by default. This has to be done by the corresponding import scripts. The former aux table creation can be found in sql/aux_tables.sql for reference. |
||
---|---|---|
data | ||
lib | ||
module | ||
munin | ||
mysql2pgsql | ||
nominatim | ||
osm2pgsql@d0af11f267 | ||
settings | ||
sql | ||
tests | ||
tests-php | ||
utils | ||
vagrant | ||
website | ||
wikidata | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
phpunit.xml | ||
README | ||
VAGRANT.md | ||
Vagrantfile |
Nominatim ========= Nominatim (from the Latin, 'by name') is a tool to search OpenStreetMap data by name and address (geocoding) and to generate synthetic addresses of OSM points (reverse geocoding). An instance with up-to-date data can be found at http://nominatim.openstreetmap.org. Nominatim is also used as one of the sources for the Search box on the OpenStreetMap home page and powers the search on the MapQuest Open Initiative websites. Documentation ============= More information about Nominatim, including usage and installation instructions, can be found in the OSM wiki at: http://wiki.openstreetmap.org/wiki/Nominatim Installation ============ The following instructions is a quick guide to installation. A more detailed guide how to set up your own instance of Nominatim can be found in the wiki: http://wiki.openstreetmap.org/wiki/Nominatim/Installation Note that this repository contains a submodule called osm2pgsql. Make sure it is cloned as well by running `git submodule update --init`. Installation steps: 1. Compile Nominatim: mkdir build cd build cmake .. make 2. Get OSM data and import: ./utils/setup.php --osm-file <your planet file> --all 3. Point your webserver to the ./website directory. License ======= The source code is available under a GPLv2 license. Contact and Bugreports ====================== For questions you can join the geocoding mailinglist, see http://lists.openstreetmap.org/listinfo/geocoding Bugs may be reported on the github project site: https://github.com/twain47/Nominatim