]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-extratags.style
Merge pull request #2234 from darkshredder/add-man-page
[nominatim.git] / settings / import-extratags.style
index b7c5223ba8fdb623c9b9f199df99ce9ea63bfab4..63c4a7ae86ba9f8e60d18e14005aec0f320bbfe4 100644 (file)
@@ -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"
     }