mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Merge pull request #3492 from lonvia/drop-waste-disposal
Remove waste disposals and hunting stands from index
This commit is contained in:
@@ -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'},
|
||||
|
||||
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user