From 75ccf97de3ec3ff70c5aa0942c1ab955756280f2 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 22 Aug 2025 10:59:58 +0200 Subject: [PATCH] ignore survey:* tags --- lib-lua/themes/nominatim/presets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-lua/themes/nominatim/presets.lua b/lib-lua/themes/nominatim/presets.lua index 2bccc3af..5331e372 100644 --- a/lib-lua/themes/nominatim/presets.lua +++ b/lib-lua/themes/nominatim/presets.lua @@ -362,7 +362,7 @@ module.IGNORE_KEYS.metatags = {'note', 'note:*', 'source', 'source:*', '*source' 'tiger:cfcc', 'tiger:reviewed', 'nysgissam:*', 'NHD:*', 'nhd:*', 'gnis:*', 'geobase:*', 'yh:*', 'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*', - 'lacounty:*', 'ref:linz:*', + 'lacounty:*', 'ref:linz:*', 'survey:*', 'ref:bygningsnr', 'ref:ruian:*', 'building:ruian:type', 'type', 'is_in:postcode'} -- 2.39.5