]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/ReverseGeocode.php
Correct merge error in Geocode.php.
[nominatim.git] / lib / ReverseGeocode.php
index 0921711e95664c607e7f4f9b5485d88a565830e6..30e74234088f2f4c22e76e11a7a6de8b36975ea5 100644 (file)
                                $fSearchDiam = 0.001;
                                if ($aPlace['rank_search'] == 30)
                                {
-                                       // if a house was found, the closest road needs to be searched, to use its place id as parent_place_id of the interpolation line
+                                       // if a house was found, the closest road needs to be searched, to use its place id as parent_place_id for the interpolation line search
                                        // because a road can be closer to the point than the house from above
                                        $iRoadID = null;
                                        while(!$iRoadID && $fSearchDiam < $fMaxAreaDistance)