Changes between Version 34 and Version 35 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Oct 7, 2011 4:21:38 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v34 v35  
    187187---Changement de buffer 
    188188drop table if exists rht.rht_150b; 
    189 create table rht.rht_150b as select id_drain, gid, st_buffer(the_geom,150,endcap=flat) as the_geom from rht.rht;   ---12578 ms 
     189create table rht.rht_150b as select id_drain, gid, st_buffer(the_geom,150,'endcap=flat join=round') as the_geom from rht.rht;   ---12578 ms 
     190 
    190191CREATE INDEX indexrht_150b ON rht.rht_150b 
    191192  USING GIST ( the_geom GIST_GEOMETRY_OPS );