From fb12556406d23ddfd3163fd0cbc69fa6c4bf9e3e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 26 May 2026 16:10:19 +0200 Subject: [PATCH] ignore :forward and :backward names They duplicate name:left and name:right. --- lib-lua/themes/nominatim/presets.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib-lua/themes/nominatim/presets.lua b/lib-lua/themes/nominatim/presets.lua index a9701169..402500ef 100644 --- a/lib-lua/themes/nominatim/presets.lua +++ b/lib-lua/themes/nominatim/presets.lua @@ -371,7 +371,8 @@ module.IGNORE_KEYS.metatags = {'note', 'note:*', 'source', 'source:*', '*source' 'is_in:postcode'} module.IGNORE_KEYS.name = {'name:full', 'name:etymology', 'name:etymology:*', - 'name:signed', 'name:botanical'} + 'name:signed', 'name:botanical', + '*:forward', '*:backward'} module.IGNORE_KEYS.address = {'addr:street:*', 'addr:city:*', 'addr:district:*', 'addr:province:*', 'addr:subdistrict:*', 'addr:place:*', 'addr:TW:dataset'} -- 2.47.3