]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-admin.style
skip relation of Klamath National Forest
[nominatim.git] / settings / import-admin.style
index df7b31d2cc350c1ac9e998ef077b401ae75ad0a7..2ad6cec8d86d2ea0ec62da086c18363e2127e64a 100644 (file)
@@ -42,8 +42,8 @@
     }
 },
 {
-    "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country",
-              "addr:country", "addr:country", "addr:country_code"],
+    "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
+              "addr:country", "addr:country_code"],
     "values" : {
         "" : "country"
     }
     "values" : {
         "" : "address"
     }
+},
+{
+    "keys" : ["postal_code", "postcode", "addr:postcode",
+              "tiger:zip_left", "tiger:zip_right"],
+    "values" : {
+        "" : "postcode"
+    }
+},
+{
+    "keys" : ["capital"],
+    "values" : {
+        "" : "extra"
+    }
 }
 ]