X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f2b2b2b92ca87fdf6ae8fcd7062db76ff4c42f51..8215748ac04689102fcfb5a014ad30c2a4d8ede0:/settings/import-full.lua diff --git a/settings/import-full.lua b/settings/import-full.lua index f8b1e7a7..11bd1f3a 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -30,6 +30,7 @@ flex.set_main_tags{ works = 'named', water_tower = 'always', dyke = 'named', + adit = 'named', lighthouse = 'always', watermill = 'always', tunnel = 'always'}, @@ -74,7 +75,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri 'abandoned', 'signal', 'buffer_stop', 'razed'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, - amenity = {'no', 'parking_space', 'parking_entrance'}, + amenity = {'no', 'parking_space', 'parking_entrance', + 'waste_disposal', 'hunting_stand'}, club = {'no'}, craft = {'no'}, leisure = {'no'},