]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
edited indices an setup file to grant select for table country_osm_grid
[nominatim.git] / website / reverse.php
index 4ce5833f6129bb9a884a5ae6ee0708e7ac29f2fd..e131a84491a56592569d9497f65a5eb735006cc7 100755 (executable)
@@ -55,14 +55,16 @@ if (isset($aPlace)) {
         $aPlace['place_id'],
         $aPlace['lon'],
         $aPlace['lat'],
-        $fRadius
+        $fRadius, 
+        $fLat, 
+        $fLon 
     );
 
     if ($aOutlineResult) {
         $aPlace = array_merge($aPlace, $aOutlineResult);
     }
 } else {
-    $aPlace = [];
+    $aPlace = array();
 }