X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bd2c64876f7ddc99da14ea78a652f797e17134f4..a234d606c9dcd76db1d69909bb78940d3dbcd862:/settings/import-full.lua diff --git a/settings/import-full.lua b/settings/import-full.lua index 1dc317a9..5b1ab060 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -33,7 +33,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', @@ -60,11 +61,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'}, + railway = {'level_crossing', 'no', 'rail', 'switch', + 'abandoned', 'signal', 'buffer_stop', 'razed'}, man_made = {'survey_point', 'cutline'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, - amenity = {'no'}, + amenity = {'no', 'parking_space', 'parking_entrance'}, club = {'no'}, craft = {'no'}, leisure = {'no'}, @@ -76,7 +78,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:*'} }