pgRouting

Changeset 177

Show
Ignore:
Timestamp:
06/16/08 13:06:49 (4 months ago)
Author:
anton
Message:

point_to_id function fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/sql/routing_topology.sql

    r163 r177  
    2525    SELECT 
    2626 
    27         ST_Distance(the_geom,ST_GeomFromText( AsText?(p), _srid)) AS d, id, the_geom AS 
     27        ST_Distance(the_geom,ST_GeomFromText( AsText?(p), _srid)) AS d, id, the_geom 
    2828 
    2929    INTO _r FROM vertices_tmp WHERE