]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-extratags.style
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / settings / import-extratags.style
index b7c5223ba8fdb623c9b9f199df99ce9ea63bfab4..ce32ae1e670d936260833fdbabcb0d082c6adede 100644 (file)
@@ -7,7 +7,7 @@
 },
 {
     "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*",
-              "name:botanical", "wikidata", "*:wikidata"],
+              "name:etymology", "name:signed", "name:botanical", "wikidata", "*:wikidata"],
     "values" : {
         "" : "extra"
     }
@@ -76,6 +76,9 @@
         "mini_roundabout" : "skip",
         "noexit" : "skip",
         "crossing" : "skip",
+        "give_way" : "skip",
+        "stop" : "skip",
+        "street_lamp" : "main,with_name",
         "traffic_signals" : "main,with_name",
         "service" : "main,with_name",
         "cycleway" : "main,with_name",
 {
     "keys" : ["boundary"],
     "values" : {
+        "place" : "skip",
+        "postal_code" : "main",
         "" : "main,with_name"
     }
 },
     }
 },
 {
-    "keys" : ["addr:*", "is_in:*", "tiger:county", "is_in"],
+    "keys" : ["addr:*", "is_in:*", "tiger:county"],
     "values" : {
         "" : "address"
     }