Merge pull request #3492 from lonvia/drop-waste-disposal

Remove waste disposals and hunting stands from index
This commit is contained in:
Sarah Hoffmann 2024-07-30 17:03:08 +02:00 committed by GitHub
commit 67462e0953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
'abandoned', 'signal', 'buffer_stop', 'razed'}, 'abandoned', 'signal', 'buffer_stop', 'razed'},
aerialway = {'pylon', 'no'}, aerialway = {'pylon', 'no'},
aeroway = {'no'}, aeroway = {'no'},
amenity = {'no', 'parking_space', 'parking_entrance'}, amenity = {'no', 'parking_space', 'parking_entrance',
'waste_disposal', 'hunting_stand'},
club = {'no'}, club = {'no'},
craft = {'no'}, craft = {'no'},
leisure = {'no'}, leisure = {'no'},

View File

@ -75,7 +75,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
'abandoned', 'signal', 'buffer_stop', 'razed'}, 'abandoned', 'signal', 'buffer_stop', 'razed'},
aerialway = {'pylon', 'no'}, aerialway = {'pylon', 'no'},
aeroway = {'no'}, aeroway = {'no'},
amenity = {'no', 'parking_space', 'parking_entrance'}, amenity = {'no', 'parking_space', 'parking_entrance',
'waste_disposal', 'hunting_stand'},
club = {'no'}, club = {'no'},
craft = {'no'}, craft = {'no'},
leisure = {'no'}, leisure = {'no'},