]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-api/extra_src/paths.py
remove farms and isolated dwellings from computed addresses
[nominatim.git] / packaging / nominatim-api / extra_src / paths.py
index 797acbb55eebccd279cbcc0be9cdec69a66e84fd..7d186da16d77529bff3e4c80b65cd43bf6ff26fe 100644 (file)
@@ -11,4 +11,5 @@ from pathlib import Path
 
 DATA_DIR = None
 SQLLIB_DIR = None
+LUALIB_DIR = None
 CONFIG_DIR = (Path(__file__) / '..' / 'resources' / 'settings').resolve()