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.
This commit is contained in:
Sarah Hoffmann
2022-02-21 11:52:17 +01:00
parent 85d65a2fd2
commit 855909b4e9
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@
}
},
{
"keys" : ["junction"],
"keys" : ["junction", "healthcare"],
"values" : {
"" : "main,fallback,with_name"
}

View File

@@ -180,7 +180,7 @@
}
},
{
"keys" : ["junction"],
"keys" : ["junction", "healthcare"],
"values" : {
"" : "main,fallback,with_name"
}