mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Fix for regressions: broken bounded search, error on country codes
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
$aCountryCodes[] = strtolower($sCountryCode);
|
||||
}
|
||||
}
|
||||
$oGeocode->setCountryCodeList($aCountryCodes);
|
||||
$oGeocode->setCountryCodesList($aCountryCodes);
|
||||
}
|
||||
|
||||
if (isset($aParams['viewboxlbrt']) && $aParams['viewboxlbrt'])
|
||||
|
||||
Reference in New Issue
Block a user