From 99cf552c17a6ec6f9b844745b8a3517f658022bf Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 11 Dec 2024 10:59:32 +0100 Subject: [PATCH 1/1] exclude unnamed swimming pools Publicly accessible ones are usually mapped as the bigger area with the water park. --- lib-lua/themes/nominatim/presets.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-lua/themes/nominatim/presets.lua b/lib-lua/themes/nominatim/presets.lua index 4f4fe863..58e7d400 100644 --- a/lib-lua/themes/nominatim/presets.lua +++ b/lib-lua/themes/nominatim/presets.lua @@ -179,6 +179,7 @@ module.MAIN_TAGS_POIS = function (group) no = group}, leisure = {'always', nature_reserve = 'fallback', + swimming_pool = 'named', no = group}, lock = {yes = lock_transform}, man_made = {pier = 'always', -- 2.39.5