mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
exclude unamed gardens and commons
These are mostly private gardens and small streches of green not of interest for a general search. ddd
This commit is contained in:
@@ -204,6 +204,8 @@ module.MAIN_TAGS_POIS = function (group)
|
||||
leisure = {'always',
|
||||
nature_reserve = 'fallback',
|
||||
swimming_pool = 'named',
|
||||
garden = 'named',
|
||||
common = 'named',
|
||||
no = group},
|
||||
lock = {yes = lock_transform},
|
||||
man_made = {pier = 'always',
|
||||
|
||||
Reference in New Issue
Block a user