]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
Merge pull request #1484 from mtmail/ignore-errors-on-setup-drop
[nominatim.git] / settings / address-levels.json
index 8a47f7e5e0ce5e77ccb77f839fa1e417513d4b4a..8429a3cbd8c7f649ae7f0b7ae2227475cae7540b 100644 (file)
@@ -25,6 +25,8 @@
           "islet" : [20, 0],
           "mountain_pass" : [20, 0],
           "neighbourhood" : 22,
+          "quarter" : 22,
+          "city_block" : 22,
           "houses" : [28, 0]
       },
       "boundary" : {
           "neighbourhood" : [30, 0]
       }
   }
+},
+{ "countries" : [ "de" ],
+  "tags" : {
+      "place" : {
+          "county" : [12, 0]
+      },
+      "boundary" : {
+          "administrative5" : [10, 0]
+      }
+  }
+},
+{ "countries" : [ "be" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [14, 0]
+      }
+  }
 }
 ]