forked from hans/Nominatim
move moreURL computation into Geocode and include all params
Fixes #678.
This commit is contained in:
@@ -20,7 +20,7 @@ foreach($aSearchResults as $iResNum => $aPointDetails)
|
||||
{
|
||||
$aPlace['boundingbox'] = $aPointDetails['aBoundingBox'];
|
||||
|
||||
if (isset($aPointDetails['aPolyPoints']) && $bShowPolygons)
|
||||
if (isset($aPointDetails['aPolyPoints']))
|
||||
{
|
||||
$aPlace['polygonpoints'] = $aPointDetails['aPolyPoints'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user