forked from hans/Nominatim
changed parameters for lookup function in the reverse.php
This commit is contained in:
@@ -55,7 +55,9 @@ if (isset($aPlace)) {
|
|||||||
$aPlace['place_id'],
|
$aPlace['place_id'],
|
||||||
$aPlace['lon'],
|
$aPlace['lon'],
|
||||||
$aPlace['lat'],
|
$aPlace['lat'],
|
||||||
$fRadius
|
$fRadius,
|
||||||
|
$fLat,
|
||||||
|
$fLon
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($aOutlineResult) {
|
if ($aOutlineResult) {
|
||||||
|
|||||||
Reference in New Issue
Block a user