]> git.openstreetmap.org Git - nominatim.git/commit
Ported functions for the import of special phrases from php to python.
authorAntoJvlt <antonin.jolivat@gmail.com>
Sat, 20 Mar 2021 17:55:08 +0000 (18:55 +0100)
committerAntoJvlt <antonin.jolivat@gmail.com>
Sat, 20 Mar 2021 18:11:50 +0000 (19:11 +0100)
commit17cb59efbd5ebec4ee44cf56999e443a7993b050
treec4f35286df83dc700a60925fb3e2b9a65dbfad42
parent0d9fe6e49c3cee131d2fd0c2c0ad2e59065621f9
Ported functions for the import of special phrases from php to python.

- the command is now --import-special-phrases
- the output is not an sql file anymore, data are directly imported to the database.
- the little part on the documentation (section data import) has been modified.
13 files changed:
CMakeLists.txt
cmake/tool-installed.tmpl
docs/admin/Import.md
lib-sql/functions/normalization.sql
nominatim/cli.py
nominatim/clicmd/__init__.py
nominatim/clicmd/special_phrases.py [new file with mode: 0644]
nominatim/tools/special_phrases.py [new file with mode: 0644]
settings/__init__.py [new file with mode: 0644]
settings/env.defaults
settings/phrase_settings.py [new file with mode: 0644]
test/python/test_cli.py
test/python/test_tools_import_special_phrases.py [new file with mode: 0644]