mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 14:36:23 +03:00
fix namespace use
This commit is contained in:
parent
421174ce0c
commit
6bf90eb22f
@ -1467,7 +1467,7 @@ class Geocode
|
||||
}
|
||||
} else {
|
||||
// Just interpret as a reverse geocode
|
||||
$oReverse = new Nominatim\ReverseGeocode($this->oDB);
|
||||
$oReverse = new ReverseGeocode($this->oDB);
|
||||
$oReverse->setZoom(18);
|
||||
|
||||
$aLookup = $oReverse->lookup(
|
||||
|
Loading…
Reference in New Issue
Block a user