mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 12:06:27 +03:00
Merge pull request #3492 from lonvia/drop-waste-disposal
Remove waste disposals and hunting stands from index
This commit is contained in:
commit
67462e0953
@ -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'},
|
||||||
|
@ -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'},
|
||||||
|
Loading…
Reference in New Issue
Block a user