mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
fix namespace use
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user