From: Sarah Hoffmann Date: Fri, 25 Sep 2020 14:56:35 +0000 (+0200) Subject: Merge pull request #1980 from lonvia/add-descriptive-term-for-address-rank-24 X-Git-Tag: v3.6.0~64 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/eeb2b1f99897eb31109f6295e1e4fe0f17a0ec31?hp=6625e93be673a2b400a466f2f024d97716f8da72 Merge pull request #1980 from lonvia/add-descriptive-term-for-address-rank-24 add descriptive term for address rank 24 --- 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',