]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
remove some dead code
[nominatim.git] / lib / Geocode.php
index 1604d43fa6bfeaf8e86ed31b8706e72321eb6de0..cc846f54d1896293143c3a5a452ca70c7229549b 100644 (file)
 
        } // 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;
-               }
-*/