X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/90b29aa8080ffae08084cf556b45e05f9f2d3198..92e2f5ca8e270b4a236afac7242bc1e7fbf35c52:/settings/import-street.lua diff --git a/settings/import-street.lua b/settings/import-street.lua index acadf01e..1718874d 100644 --- a/settings/import-street.lua +++ b/settings/import-street.lua @@ -24,7 +24,7 @@ flex.set_main_tags{ flex.set_prefilters{delete_keys = {'building', 'source', 'addr:housenumber', 'addr:street', 'source', '*source', 'type', - 'is_in:postcode', '*:wikidata', + 'is_in:postcode', '*:wikidata', '*:wikipedia', '*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*', 'name:etymology', 'name:signed', 'name:botanical', 'addr:street:name', 'addr:street:type'}, @@ -44,7 +44,7 @@ flex.set_name_tags{main = {'name', 'name:*', 'alt_name', 'alt_name:*', 'alt_name_*', 'official_name', 'official_name:*', 'place_name', 'place_name:*', - 'short_name', 'short_name:*', 'brand'}, + 'short_name', 'short_name:*'}, extra = {'ref', 'int_ref', 'nat_ref', 'reg_ref', 'loc_ref', 'old_ref', 'iata', 'icao', 'pcode', 'pcode:*', 'ISO3166-2'}