Changes between Version 1 and Version 2 of RHT result
- Timestamp:
- Jan 23, 2014 10:28:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RHT result
v1 v2 4 4 5 5 6 {{ {6 {{ 7 7 #!sql 8 8 create table temp_coord_vendee(x numeric, y numeric); … … 34 34 where ST_dwithin(st_transform(the_geom,2154),ST_GeomFromText('POINT('||x||' '||y||')',2154),500) 35 35 order by id,distance; 36 drop table temp_coord_vendee;}}} 36 drop table temp_coord_vendee; 37 }}