forked from hans/Nominatim
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())
|