diff --git a/settings/import-extratags.lua b/settings/import-extratags.lua index edbbdf24..39762517 100644 --- a/settings/import-extratags.lua +++ b/settings/import-extratags.lua @@ -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'}, diff --git a/settings/import-full.lua b/settings/import-full.lua index cea33eb5..0cf8a3b6 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -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'},