mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Reverse geocode include geometry - added bounding box tests
This commit is contained in:
@@ -104,11 +104,7 @@
|
||||
$fRadius = $fDiameter = getResultDiameter($aPlace);
|
||||
$aOutlineResult = $oPlaceLookup->getOutlines($aPlace['place_id'],$aPlace['lon'],$aPlace['lat'],$fRadius);
|
||||
|
||||
foreach($aOutlineResult as $k => $v)
|
||||
{
|
||||
$aPlace[$k] = $v;
|
||||
}
|
||||
|
||||
$aPlace = array_merge($aPlace, $aOutlineResult);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user