From: Sarah Hoffmann Date: Tue, 30 Jul 2024 08:41:13 +0000 (+0200) Subject: drop amenity=waste_prposal and amenity=hunting_stand X-Git-Tag: deploy~4^2~4^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/d336b8129325bed4b859bf227a7d037559b56254 drop amenity=waste_prposal and amenity=hunting_stand --- diff --git a/settings/import-extratags.lua b/settings/import-extratags.lua index 2adb9ed5..0d242b0f 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 0ad53df3..11bd1f3a 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'},