drop amenity=parking_space/entrance objects

Parking is sufficiently covered with amenity=parking.
This commit is contained in:
Sarah Hoffmann 2024-02-15 16:26:53 +01:00
parent 8be27015b2
commit 3a5d9f0377
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
man_made = {'survey_point', 'cutline'},
aerialway = {'pylon', 'no'},
aeroway = {'no'},
amenity = {'no'},
amenity = {'no', 'parking_space', 'parking_entrance'},
club = {'no'},
craft = {'no'},
leisure = {'no'},

View File

@ -65,7 +65,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
man_made = {'survey_point', 'cutline'},
aerialway = {'pylon', 'no'},
aeroway = {'no'},
amenity = {'no'},
amenity = {'no', 'parking_space', 'parking_entrance'},
club = {'no'},
craft = {'no'},
leisure = {'no'},