mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 01:47:57 +00:00
With the internal osm2pgsql gone, configuration of the binary location via settings is the only option left that makes sense.
6 lines
63 B
Python
Executable File
6 lines
63 B
Python
Executable File
#!python3
|
|
|
|
from nominatim_db import cli
|
|
|
|
exit(cli.nominatim())
|