forked from hans/Nominatim
mostly remove php-cgi requirement
This is now only needed for BDD tests against the php API.
This commit is contained in:
@@ -53,7 +53,6 @@ def cli_call(src_dir):
|
||||
def _call_nominatim(*args):
|
||||
return nominatim.cli.nominatim(module_dir='MODULE NOT AVAILABLE',
|
||||
osm2pgsql_path='OSM2PGSQL NOT AVAILABLE',
|
||||
phpcgi_path='/usr/bin/php-cgi',
|
||||
cli_args=args)
|
||||
|
||||
return _call_nominatim
|
||||
|
||||
Reference in New Issue
Block a user