]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
typo - fixes openstreetmap#1606
[nominatim.git] / settings / address-levels.json
index 7524a29b761716fe38dc49dff4e5760fb5fd0f20..8429a3cbd8c7f649ae7f0b7ae2227475cae7540b 100644 (file)
@@ -3,8 +3,8 @@
       "place" : {
           "sea" : [2, 0],
           "continent" : [2, 0],
       "place" : {
           "sea" : [2, 0],
           "continent" : [2, 0],
-          "country" : [4, 4],
-          "state" : [8, 8],
+          "country" : [4, 0],
+          "state" : [8, 0],
           "region" : [18, 0],
           "county" : 12,
           "city" : 16,
           "region" : [18, 0],
           "county" : 12,
           "city" : 16,
@@ -25,6 +25,8 @@
           "islet" : [20, 0],
           "mountain_pass" : [20, 0],
           "neighbourhood" : 22,
           "islet" : [20, 0],
           "mountain_pass" : [20, 0],
           "neighbourhood" : 22,
+          "quarter" : 22,
+          "city_block" : 22,
           "houses" : [28, 0]
       },
       "boundary" : {
           "houses" : [28, 0]
       },
       "boundary" : {
       },
       "mountain_pass" : {
           "" : [20, 0]
       },
       "mountain_pass" : {
           "" : [20, 0]
+      },
+      "historic" : {
+          "neighbourhood" : [30, 0]
+      }
+  }
+},
+{ "countries" : [ "de" ],
+  "tags" : {
+      "place" : {
+          "county" : [12, 0]
+      },
+      "boundary" : {
+          "administrative5" : [10, 0]
+      }
+  }
+},
+{ "countries" : [ "be" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [14, 0]
       }
   }
 }
       }
   }
 }