]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-full.style
adapt housenumber cleanup to new word table structure
[nominatim.git] / settings / import-full.style
index 6728bd57ee1cd457db640320dc9fb0e373ba41bb..a74334cae902093017764adaa809f8a1d222254a 100644 (file)
@@ -6,15 +6,16 @@
     }
 },
 {
-    "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*",
-              "name:botanical", "wikidata", "*:wikidata"],
+    "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*",
+              "name:etymology", "name:signed", "name:botanical", "wikidata", "*:wikidata",
+              "addr:street:name", "addr:street:type"],
     "values" : {
         "" : "extra"
     }
 },
 {
     "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
-              "iata", "icao", "pcode", "pcode:*"],
+              "iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
     "values" : {
         "" : "ref"
     }
     }
 },
 {
-    "keys" : ["junction"],
+    "keys" : ["junction", "healthcare"],
     "values" : {
         "" : "main,fallback,with_name"
     }