]> git.openstreetmap.org Git - nominatim.git/commit
allow multiple files for the import command
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 14 Aug 2021 19:42:21 +0000 (21:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 14 Aug 2021 19:42:21 +0000 (21:42 +0200)
commit87dedde5d65becff99b9ff3c4b467cf4f9381403
tree7ef5ee9789b526b92613b804c5476506a4d0b632
parentbf4f05fff39b6ce03391305547183f931fbf1bbb
allow multiple files for the import command

The files are forwarded to osm2pgsql which is now able to merge
them correctly.
nominatim/clicmd/setup.py
nominatim/tools/database_import.py
nominatim/tools/exec_utils.py
test/python/test_tools_database_import.py