X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cf39e07dba72373302e2d1a48de3083339d0decb..02550cc4dc5c015940fb8ba4babd7a760124e764:/utils/warm.php?ds=sidebyside diff --git a/utils/warm.php b/utils/warm.php index 89225426..a7a6ada6 100755 --- a/utils/warm.php +++ b/utils/warm.php @@ -39,8 +39,11 @@ if (!$aResult['search-only']) { if ($bVerbose) echo "$fLat, $fLon = "; $aLookup = $oReverseGeocode->lookup($fLat, $fLon); if ($aLookup && $aLookup['place_id']) { - $aDetails = $oPlaceLookup->lookup((int)$aLookup['place_id'], - $aLookup['type'], $aLookup['fraction']); + $aDetails = $oPlaceLookup->lookup( + (int)$aLookup['place_id'], + $aLookup['type'], + $aLookup['fraction'] + ); if ($bVerbose) echo $aDetails['langaddress']."\n"; } else { echo ".";