Changes between Version 34 and Version 35 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Oct 7, 2011 4:21:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v34 v35 187 187 ---Changement de buffer 188 188 drop 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 189 create 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 190 191 CREATE INDEX indexrht_150b ON rht.rht_150b 191 192 USING GIST ( the_geom GIST_GEOMETRY_OPS );