Changes between Version 1 and Version 2 of RHT result


Ignore:
Timestamp:
Jan 23, 2014 10:28:25 AM (11 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RHT result

    v1 v2  
    44 
    55 
    6 {{{ 
     6{{ 
    77#!sql 
    88create table temp_coord_vendee(x numeric, y numeric); 
     
    3434where ST_dwithin(st_transform(the_geom,2154),ST_GeomFromText('POINT('||x||' '||y||')',2154),500) 
    3535order by id,distance; 
    36 drop table temp_coord_vendee;}}} 
     36drop table temp_coord_vendee; 
     37}}