mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove some dead code
This commit is contained in:
@@ -1791,17 +1791,3 @@
|
|||||||
|
|
||||||
} // end class
|
} // end class
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
if (isset($_GET['route']) && $_GET['route'] && isset($_GET['routewidth']) && $_GET['routewidth'])
|
|
||||||
{
|
|
||||||
$aPoints = explode(',',$_GET['route']);
|
|
||||||
if (sizeof($aPoints) % 2 != 0)
|
|
||||||
{
|
|
||||||
userError("Uneven number of points");
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
$sViewboxCentreSQL = "ST_SetSRID('LINESTRING(";
|
|
||||||
$fPrevCoord = false;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user