forked from hans/Nominatim
also adapt uses of ClassTypes in website/
This commit is contained in:
@@ -58,7 +58,7 @@ foreach ($aOsmIds as $sItem) {
|
||||
$oPlace['place_id'],
|
||||
$oPlace['lon'],
|
||||
$oPlace['lat'],
|
||||
Nominatim\ClassTypes\getProperty($oPlace, 'defdiameter', 0.0001)
|
||||
Nominatim\ClassTypes\getDefRadius($oPlace)
|
||||
);
|
||||
|
||||
if ($aOutlineResult) {
|
||||
|
||||
Reference in New Issue
Block a user