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',
|
leisure = {'always',
|
||||||
nature_reserve = 'fallback',
|
nature_reserve = 'fallback',
|
||||||
swimming_pool = 'named',
|
swimming_pool = 'named',
|
||||||
|
garden = 'named',
|
||||||
|
common = '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