pgRouting

Changeset 152

Show
Ignore:
Timestamp:
04/01/08 15:08:18 (8 months ago)
Author:
anton
Message:

security class added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/routingservice/src/jp/co/orkney/restlet/util/IOHelper.java

    r128 r152  
    586586                        result += "\t<gid>" + resultSet.getInt("gid") + "</gid>\n"; 
    587587                        result += "\t<name>" + null + "</name>\n"; 
    588  
     588                         
     589                        //TODO Get data type from the service configuration 
    589590                        String wkt = resultSet.getString("wkt"); 
    590591                        wkt = wkt.split("MULTILINESTRING\\(\\(")[1].split("\\)\\)")[0];