Changes between Version 12 and Version 13 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Sep 27, 2011 5:53:41 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v12 v13  
    102102FROM bd_carthage2011.troncon_Bretagne LIMIT 1; 
    103103 
     104create table rht.rht_bretagne300 as select id_drain, gid, st_buffer(the_geom,300) as the_geom from rht.rht_bretagne;   ---12578 ms 
     105CREATE INDEX indexrht_bretagne300 ON rht.rht_bretagne300 
     106  USING GIST ( the_geom GIST_GEOMETRY_OPS ); 
     107 
     108 
    104109}}}