Changes between Version 39 and Version 40 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Oct 25, 2011 3:54:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v39 v40 42 42 select ST_IsClosed(the_geom), id_bdcarth from bd_carthage2011.troncon_hydrographique order by ST_IsClosed(the_geom); ---5 fermés 43 43 44 create table rht.rht_ 300 as select id_drain, gid, st_buffer(the_geom,200) as the_geom from rht.rht;45 CREATE INDEX indexrht_ 300 ON rht.rht_20044 create table rht.rht_200 as select id_drain, gid, st_buffer(the_geom,200) as the_geom from rht.rht; 45 CREATE INDEX indexrht_200 ON rht.rht_200 46 46 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 47 47