forked from hans/Nominatim
XML and JSON map 'ploygon' param to AsPoints
This commit is contained in:
@@ -1394,6 +1394,7 @@
|
||||
$aResult['lat'] = $aPointPolygon['centrelat'];
|
||||
$aResult['lon'] = $aPointPolygon['centrelon'];
|
||||
}
|
||||
|
||||
if ($this->bIncludePolygonAsPoints)
|
||||
{
|
||||
// Translate geometary string to point array
|
||||
|
||||
Reference in New Issue
Block a user