mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
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