From e264604894061a83e989a4a28f3b9d542f0269ec Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 15 Feb 2024 17:00:56 +0100 Subject: [PATCH] drop more railway tags --- settings/import-extratags.lua | 3 ++- settings/import-full.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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'}, -- 2.45.1