mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 10:27:57 +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['lon'],
|
||||
$aPlace['lat'],
|
||||
$fRadius
|
||||
$fRadius,
|
||||
$fLat,
|
||||
$fLon
|
||||
);
|
||||
|
||||
if ($aOutlineResult) {
|
||||
|
||||
Reference in New Issue
Block a user