From 3a5d9f03775fc52df1b1f585d727a3483b1c215b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 15 Feb 2024 16:26:53 +0100 Subject: [PATCH] drop amenity=parking_space/entrance objects Parking is sufficiently covered with amenity=parking. --- settings/import-extratags.lua | 2 +- settings/import-full.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'}, -- 2.45.1