mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
@@ -518,7 +518,7 @@
|
||||
foreach($this->aRoutePoints as $aPoint)
|
||||
{
|
||||
if (!$bFirst) $sViewboxCentreSQL .= ",";
|
||||
$sViewboxCentreSQL .= $aPoint[1].' '.$aPoint[0];
|
||||
$sViewboxCentreSQL .= $aPoint[0].' '.$aPoint[1];
|
||||
$bFirst = false;
|
||||
}
|
||||
$sViewboxCentreSQL .= ")'::geometry,4326)";
|
||||
|
||||
Reference in New Issue
Block a user