From 855909b4e9f53e05d8970031e8d5616ed017a0ee Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 21 Feb 2022 11:52:17 +0100 Subject: [PATCH] add 'healthcare' as main tag Given that the tag is most of the time duplicated by an amenity tag which is already imported, only import it as a fallback when there is no name. Fixes #2609. --- settings/import-extratags.style | 2 +- settings/import-full.style | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/import-extratags.style b/settings/import-extratags.style index ce9ea06d..3416e8c4 100644 --- a/settings/import-extratags.style +++ b/settings/import-extratags.style @@ -180,7 +180,7 @@ } }, { - "keys" : ["junction"], + "keys" : ["junction", "healthcare"], "values" : { "" : "main,fallback,with_name" } diff --git a/settings/import-full.style b/settings/import-full.style index 57993386..a74334ca 100644 --- a/settings/import-full.style +++ b/settings/import-full.style @@ -180,7 +180,7 @@ } }, { - "keys" : ["junction"], + "keys" : ["junction", "healthcare"], "values" : { "" : "main,fallback,with_name" } -- 2.45.1