From: Sarah Hoffmann Date: Thu, 15 Feb 2024 16:00:56 +0000 (+0100) Subject: drop more railway tags X-Git-Tag: v4.4.0~7^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e264604894061a83e989a4a28f3b9d542f0269ec?hp=3a5d9f03775fc52df1b1f585d727a3483b1c215b drop more railway tags --- diff --git a/settings/import-extratags.lua b/settings/import-extratags.lua index 39762517..830345c6 100644 --- a/settings/import-extratags.lua +++ b/settings/import-extratags.lua @@ -57,7 +57,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'}, + railway = {'level_crossing', 'no', 'rail', 'switch', + 'abandoned', 'signal', 'buffer_stop', 'razed'}, man_made = {'survey_point', 'cutline'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, diff --git a/settings/import-full.lua b/settings/import-full.lua index 0cf8a3b6..5b1ab060 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -61,7 +61,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'}, + railway = {'level_crossing', 'no', 'rail', 'switch', + 'abandoned', 'signal', 'buffer_stop', 'razed'}, man_made = {'survey_point', 'cutline'}, aerialway = {'pylon', 'no'}, aeroway = {'no'},