]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
move SQL functions for normalisation in separate file
[nominatim.git] / settings / address-levels.json
index c13b681bdce5914c26b5e620abf2e6bbfa38f331..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" : {
           "administrative5" : [10, 0]
       }
   }
+},
+{ "countries" : [ "be" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [14, 0]
+      }
+  }
 }
 ]