]> git.openstreetmap.org Git - nominatim.git/commitdiff
exclude unnamed swimming pools
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 11 Dec 2024 09:59:32 +0000 (10:59 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Dec 2024 09:26:55 +0000 (10:26 +0100)
Publicly accessible ones are usually mapped as the bigger area
with the water park.

lib-lua/themes/nominatim/presets.lua

index 4f4fe8630e4e9466d2fce52eeca2a849f37947d7..58e7d400f95fdb4fccd17ab59ef393ba7e893b50 100644 (file)
@@ -179,6 +179,7 @@ module.MAIN_TAGS_POIS = function (group)
                 no = group},
     leisure = {'always',
                nature_reserve = 'fallback',
                 no = group},
     leisure = {'always',
                nature_reserve = 'fallback',
+               swimming_pool = 'named',
                no = group},
     lock = {yes = lock_transform},
     man_made = {pier = 'always',
                no = group},
     lock = {yes = lock_transform},
     man_made = {pier = 'always',