mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
fixed typo
This commit is contained in:
parent
41249377d2
commit
07eb108a6d
@ -558,7 +558,7 @@ class PlaceLookup
|
||||
if ($fLonReverse != null && $fLatReverse != null) {
|
||||
$sFrom = ' from (SELECT * , ST_ClosestPoint(geometry, ST_SetSRID(ST_Point('.$fLatReverse.','.$fLonReverse.'),4326)) AS closest_point';
|
||||
} else {
|
||||
$sFrom = $sFrom = ' from placex where place_id = '.$iPlaceID;
|
||||
$sFrom = ' from placex where place_id = '.$iPlaceID;
|
||||
}
|
||||
$sFrom .= ' from placex where place_id = '.$iPlaceID.') as plx';
|
||||
if ($this->fPolygonSimplificationThreshold > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user