X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0daf2d5cbf2e7ec558b5bc4dfe511e0f8f2d76b2..49449b15badc204d57e1f99661ac05b7dbecdd09:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 12410acc..c1d0c46f 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);