forked from hans/Nominatim
sMoreURL now includes countrycodes values
This commit is contained in:
@@ -126,6 +126,12 @@ class Geocode
|
||||
return $this->aExcludePlaceIDs;
|
||||
}
|
||||
|
||||
|
||||
public function getCountryCodes()
|
||||
{
|
||||
return $this->aCountryCodes;
|
||||
}
|
||||
|
||||
public function getViewBoxString()
|
||||
{
|
||||
if (!$this->aViewBox) return null;
|
||||
|
||||
Reference in New Issue
Block a user