From: Sarah Hoffmann Date: Fri, 25 Sep 2020 14:02:17 +0000 (+0200) Subject: add descriptive term for address rank 24 X-Git-Tag: v3.6.0~64^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/1db8f7e353914f02a4274a129bfa56d45fdb75b4?ds=inline;hp=--cc add descriptive term for address rank 24 With that term we have terms for all ranks, so that no generic 'administrative' term will show up in the address details anymore. --- 1db8f7e353914f02a4274a129bfa56d45fdb75b4 diff --git a/lib/ClassTypes.php b/lib/ClassTypes.php index f2c1ab84..c8d37e52 100644 --- a/lib/ClassTypes.php +++ b/lib/ClassTypes.php @@ -86,7 +86,8 @@ function getBoundaryLabel($iAdminLevel, $sCountry, $sFallback = 'Administrative' 8 => 'City', 9 => 'City District', 10 => 'Suburb', - 11 => 'Neighbourhood' + 11 => 'Neighbourhood', + 12 => 'City Block' ), 'no' => array ( 3 => 'State',