mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
move moreURL computation into Geocode and include all params
Fixes #678.
This commit is contained in:
@@ -19,7 +19,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