]> git.openstreetmap.org Git - nominatim.git/commit
remove old nominatim.py in favour of 'nominatim index'
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jan 2021 20:02:50 +0000 (21:02 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jan 2021 14:43:27 +0000 (15:43 +0100)
commit504922ffbecd42eed01dfb9da6bbf2c7aae9a094
treeb5320445957dadd23b0b2a5ded8d7b072e42369a
parentc77877a93401dd2f87e3caefb7aa6f04d05f7c95
remove old nominatim.py in favour of 'nominatim index'

The PHP scripts need to know the position of the nominatim
tool in order to call it. This is handed in as environment
variable, so it can be set by the Python script.
cmake/script.tmpl
cmake/tool.tmpl
lib/Shell.php
lib/admin/update.php
lib/setup/SetupClass.php
nominatim/cli.py
nominatim/indexer/indexer.py
nominatim/indexer/progress.py
nominatim/nominatim.py [deleted file]
test/bdd/steps/nominatim_environment.py