Changes between Version 65 and Version 66 of CookBook join BDMAP_CCM


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v65 v66  
    172172update stationsp2 set the_geom=ST_Transform(the_geom, 3035) ; 
    173173}}} 
     174to transform the zeros into 3035 
     175{{{ 
     176update station set STSetSRID(thegeom, 3035); 
     177}}} 
    174178You will also have to populate the geometry_column table manually 
    175179{{{