]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove some dead code
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 1 May 2014 12:21:57 +0000 (14:21 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 1 May 2014 12:21:57 +0000 (14:21 +0200)
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;
-               }
-*/