From c32f686c62e8789494f68ec7ddb589c6f86bac26 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 16 Dec 2022 11:23:33 +0100 Subject: [PATCH] switch to osm2pgsql flex style by default --- nominatim/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominatim/config.py b/nominatim/config.py index 1728c291..e0f19b04 100644 --- a/nominatim/config.py +++ b/nominatim/config.py @@ -172,7 +172,7 @@ class Configuration: style = getattr(self, 'IMPORT_STYLE') if style in ('admin', 'street', 'address', 'full', 'extratags'): - return self.config_dir / f'import-{style}.style' + return self.config_dir / f'import-{style}.lua' return self.find_config_file('', 'IMPORT_STYLE') -- 2.39.5