X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dd50f1737b1032f92b4e884a08354caad44571f9..97b892fac224564bc82ec292a1f352204f1b8b3f:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 7a9f5ad4..f45b2caa 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -907,12 +907,6 @@ class Geocode $aResult = array_merge($aResult, $aOutlineResult); } - if ($aResult['extra_place'] == 'city') { - $aResult['class'] = 'place'; - $aResult['type'] = 'city'; - $aResult['rank_search'] = 16; - } - // Is there an icon set for this type of result? $aClassInfo = ClassTypes\getInfo($aResult);