Changeset 177
- Timestamp:
- 06/16/08 13:06:49 (4 months ago)
- Files:
-
- trunk/core/sql/routing_topology.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/core/sql/routing_topology.sql
r163 r177 25 25 SELECT 26 26 27 ST_Distance(the_geom,ST_GeomFromText( AsText?(p), _srid)) AS d, id, the_geom AS27 ST_Distance(the_geom,ST_GeomFromText( AsText?(p), _srid)) AS d, id, the_geom 28 28 29 29 INTO _r FROM vertices_tmp WHERE

