From: Sarah Hoffmann Date: Sun, 17 Jan 2021 20:02:50 +0000 (+0100) Subject: remove old nominatim.py in favour of 'nominatim index' X-Git-Tag: v3.7.0~52^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/504922ffbecd42eed01dfb9da6bbf2c7aae9a094?hp=504922ffbecd42eed01dfb9da6bbf2c7aae9a094 remove old nominatim.py in favour of 'nominatim index' The PHP scripts need to know the position of the nominatim tool in order to call it. This is handed in as environment variable, so it can be set by the Python script. ---