X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8081896bc0e3933c7c8a497a012c674c125de66e..f79bd4873d84906236710135d6536e8e14579d67:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 0e5d4a53..3336790f 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -245,7 +245,6 @@ class Geocode } $this->oPlaceLookup->loadParamArray($oParams, $sForceGeometryType); - $this->oPlaceLookup->setIncludePolygonAsPoints($oParams->getBool('polygon')); $this->oPlaceLookup->setIncludeAddressDetails($oParams->getBool('addressdetails', false)); }