mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
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