]> 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 3bcac2ce40b2a99c412d6dd027e9c7f0af7bd09d..e131a84491a56592569d9497f65a5eb735006cc7 100755 (executable)
@@ -55,7 +55,9 @@ if (isset($aPlace)) {
         $aPlace['place_id'],
         $aPlace['lon'],
         $aPlace['lat'],
-        $fRadius
+        $fRadius, 
+        $fLat, 
+        $fLon 
     );
 
     if ($aOutlineResult) {