forked from hans/Nominatim
use Debug class for formatting reverse debug output
This commit is contained in:
@@ -38,7 +38,6 @@ if ($sOsmType && $iOsmId > 0) {
|
||||
$oReverseGeocode->setZoom($iZoom);
|
||||
|
||||
$oLookup = $oReverseGeocode->lookup($fLat, $fLon);
|
||||
if (CONST_Debug) var_dump($oLookup);
|
||||
|
||||
if ($oLookup) {
|
||||
$aPlaces = $oPlaceLookup->lookup(array($oLookup->iId => $oLookup));
|
||||
|
||||
Reference in New Issue
Block a user