]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
take throttled ip stats from build dir
[nominatim.git] / lib / Geocode.php
index 379a24f7a3b8827e39213715dd89af8ea35c412d..bdc8226ec9f79d7ad7bf26a01b646baf7544e682 100644 (file)
                                                                        if (CONST_Debug) var_dump($sSQL);
                                                                        $aPlaceIDs = chksql($this->oDB->getCol($sSQL));
                                                                }
-                                                               */
 
                                                                //if nothing was found in placex or location_property_aux, then search in Tiger data for this housenumber(location_property_tiger)
                                                                if (CONST_Use_US_Tiger_Data && !sizeof($aPlaceIDs))