mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
exclude unnamed swimming pools
Publicly accessible ones are usually mapped as the bigger area with the water park.
This commit is contained in:
@@ -179,6 +179,7 @@ module.MAIN_TAGS_POIS = function (group)
|
|||||||
no = group},
|
no = group},
|
||||||
leisure = {'always',
|
leisure = {'always',
|
||||||
nature_reserve = 'fallback',
|
nature_reserve = 'fallback',
|
||||||
|
swimming_pool = 'named',
|
||||||
no = group},
|
no = group},
|
||||||
lock = {yes = lock_transform},
|
lock = {yes = lock_transform},
|
||||||
man_made = {pier = 'always',
|
man_made = {pier = 'always',
|
||||||
|
|||||||
Reference in New Issue
Block a user