mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
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:
@@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["junction"],
|
"keys" : ["junction", "healthcare"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "main,fallback,with_name"
|
"" : "main,fallback,with_name"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["junction"],
|
"keys" : ["junction", "healthcare"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "main,fallback,with_name"
|
"" : "main,fallback,with_name"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user