Changes between Version 66 and Version 67 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 1, 2010 3:34:28 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v66 v67  
    174174to transform the zeros into 3035 
    175175{{{ 
    176 update station set STSetSRID(thegeom, 3035); 
     176update stationsp2 set the_geom=  ST_SetSRID(the_geom, 3035); 
    177177}}} 
    178178You will also have to populate the geometry_column table manually