Posted by Yancho on Sat 15 Mar 10:53 (modification of post by view diff)
report abuse | download | new post
- SELECT gid, astext(the_geom) AS wkt, the_geom , length(the_geom) AS length
- FROM shootingstar_sp
- ('streets',
- (
- SELECT gid FROM streets WHERE
- source = ( SELECT give_source((SELECT near_accident ('POINT(634320.5 241427.5)','firestations') ),1000,200) )
- LIMIT 1
- )
- ,
- (
- SELECT gid FROM streets WHERE
- target = ( SELECT give_target('POINT(634320.5 241427.5)',1000,200) )
- LIMIT 1
- )
- ,
- 5000,
- 'length',
- true,
- true
- );
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.