From d336b8129325bed4b859bf227a7d037559b56254 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 30 Jul 2024 10:41:13 +0200 Subject: [PATCH] drop amenity=waste_prposal and amenity=hunting_stand --- 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 2adb9ed53..0d242b0f3 100644 --- a/settings/import-extratags.lua +++ b/settings/import-extratags.lua @@ -71,7 +71,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri 'abandoned', 'signal', 'buffer_stop', 'razed'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, - amenity = {'no', 'parking_space', 'parking_entrance'}, + amenity = {'no', 'parking_space', 'parking_entrance', + 'waste_disposal', 'hunting_stand'}, club = {'no'}, craft = {'no'}, leisure = {'no'}, diff --git a/settings/import-full.lua b/settings/import-full.lua index 0ad53df3a..11bd1f3a7 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -75,7 +75,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri 'abandoned', 'signal', 'buffer_stop', 'razed'}, aerialway = {'pylon', 'no'}, aeroway = {'no'}, - amenity = {'no', 'parking_space', 'parking_entrance'}, + amenity = {'no', 'parking_space', 'parking_entrance', + 'waste_disposal', 'hunting_stand'}, club = {'no'}, craft = {'no'}, leisure = {'no'},