forked from hans/Nominatim
increase limit when searching for street w/ house number
Increase the chance that the correct street is found.
This commit is contained in:
@@ -701,7 +701,7 @@ class SearchDescription
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->sHouseNumber || $this->sClass) {
|
if ($this->sHouseNumber || $this->sClass) {
|
||||||
$iLimit = 20;
|
$iLimit = 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
$aResults = array();
|
$aResults = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user