X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8be27015b2e78610881d55ba234354465a6655d5..689bcbd6ea1bb83f815075f1f4cc53b8dc1f6393:/settings/import-full.lua diff --git a/settings/import-full.lua b/settings/import-full.lua index cea33eb5..11bd1f3a 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -23,7 +23,17 @@ 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', + adit = 'named', + lighthouse = 'always', + watermill = 'always', + tunnel = 'always'}, aerialway = 'always', boundary = {'named', postal_code = 'always'}, @@ -61,11 +71,12 @@ 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'}, + amenity = {'no', 'parking_space', 'parking_entrance', + 'waste_disposal', 'hunting_stand'}, club = {'no'}, craft = {'no'}, leisure = {'no'},