]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
Merge branch 'geojson-output' of https://github.com/mtmail/Nominatim into mtmail...
[nominatim.git] / website / reverse.php
index 3c3824eb1526355d96fa5db040bb2629fda4352f..3d5a3ec78e9d35a777f681d76cee0bfe1ac9780a 100755 (executable)
@@ -59,7 +59,9 @@ if (isset($aPlace)) {
         $aPlace['place_id'],
         $aPlace['lon'],
         $aPlace['lat'],
         $aPlace['place_id'],
         $aPlace['lon'],
         $aPlace['lat'],
-        $fRadius
+        $fRadius, 
+        $fLat, 
+        $fLon 
     );
 
     if ($aOutlineResult) {
     );
 
     if ($aOutlineResult) {