Skip to content

Commit

Permalink
Merge pull request #3492 from lonvia/drop-waste-disposal
Browse files Browse the repository at this point in the history
Remove waste disposals and hunting stands from index
  • Loading branch information
lonvia authored Jul 30, 2024
2 parents 804fb5f + d336b81 commit 67462e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion settings/import-extratags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
3 changes: 2 additions & 1 deletion settings/import-full.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 67462e0

Please sign in to comment.