X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/3a5d9f03775fc52df1b1f585d727a3483b1c215b..436aff2fd390df242a999c821b1dc77fcbfcc868:/settings/import-full.lua?ds=sidebyside diff --git a/settings/import-full.lua b/settings/import-full.lua index 0cf8a3b6..f8b1e7a7 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -23,7 +23,16 @@ flex.set_main_tags{ secondary_link = 'named', tertiary_link = 'named'}, railway = 'named', - man_made = 'always', + man_made = {'none', + pier = 'always', + tower = 'always', + bridge = 'always', + works = 'named', + water_tower = 'always', + dyke = 'named', + lighthouse = 'always', + watermill = 'always', + tunnel = 'always'}, aerialway = 'always', boundary = {'named', postal_code = 'always'}, @@ -61,8 +70,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri natural = {'yes', 'no', 'coastline'}, highway = {'no', 'turning_circle', 'mini_roundabout', 'noexit', 'crossing', 'give_way', 'stop'}, - railway = {'level_crossing', 'no', 'rail'}, - man_made = {'survey_point', 'cutline'}, + railway = {'level_crossing', 'no', 'rail', 'switch', + 'abandoned', 'signal', 'buffer_stop', 'razed'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, amenity = {'no', 'parking_space', 'parking_entrance'},