X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0f1752948651a4939e1a808f2a44face6abc305a..9e21c6a8621661f0641a40875b1093b85adc68d1:/settings/address-levels.json?ds=sidebyside diff --git a/settings/address-levels.json b/settings/address-levels.json index 766098dd..377a4576 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -26,9 +26,12 @@ "isolated_dwelling" : [22, 20], "city_block" : 22, "mountain_pass" : [20, 0], + "square" : 25, "houses" : [28, 0], "farm" : [20, 0], - "locality" : [20, 0] + "locality" : [20, 0], + "house" : 30, + "" : [22, 0] }, "boundary" : { "administrative2" : 4, @@ -41,7 +44,8 @@ "administrative9" : 18, "administrative10" : 20, "administrative11" : 22, - "administrative12" : 24 + "administrative12" : 24, + "" : [25, 0] }, "landuse" : { "residential" : 22, @@ -87,7 +91,7 @@ "" : [20, 0] }, "historic" : { - "neighbourhood" : [30, 0] + "neighbourhood" : [22, 0] } } },