X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c92ac8467968db078d5ee9dac35c019bc1ea11ac..a97bfaf26cbe74325d825c132ce4718bc84c37e5:/settings/import-full.lua diff --git a/settings/import-full.lua b/settings/import-full.lua index 1b64124d..11bd1f3a 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -7,7 +7,6 @@ flex.set_main_tags{ historic = 'always', military = 'always', natural = 'named', - landuse = 'named', highway = {'always', street_lamp = 'named', traffic_signals = 'named', @@ -24,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'}, @@ -34,7 +43,8 @@ flex.set_main_tags{ craft = 'always', junction = 'fallback', landuse = 'fallback', - leisure = 'always', + leisure = {'always', + nature_reserve = 'fallback'}, office = 'always', mountain_pass = 'always', shop = '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'}, @@ -77,7 +88,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri tunnel = {'no'}, waterway = {'riverbank'}, building = {'no'}, - boundary = {'place'}}, + boundary = {'place', 'land_area'}}, extra_keys = {'wikidata', 'wikipedia', 'wikipedia:*'} }