]> git.openstreetmap.org Git - nominatim.git/commitdiff
add 'healthcare' as main tag
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Feb 2022 10:52:17 +0000 (11:52 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Feb 2022 10:52:17 +0000 (11:52 +0100)
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
settings/import-full.style

index ce9ea06de6f943823c962514a6bc5696514c918b..3416e8c49d66ef8b89cecd5dcce7eebb139b9e17 100644 (file)
     }
 },
 {
-    "keys" : ["junction"],
+    "keys" : ["junction", "healthcare"],
     "values" : {
         "" : "main,fallback,with_name"
     }
index 57993386130fdb8a48c3f31db4d34fb25ee3fcc7..a74334cae902093017764adaa809f8a1d222254a 100644 (file)
     }
 },
 {
-    "keys" : ["junction"],
+    "keys" : ["junction", "healthcare"],
     "values" : {
         "" : "main,fallback,with_name"
     }