Changes between Version 65 and Version 66 of CookBook join BDMAP_CCM
- Timestamp:
- Mar 1, 2010 3:25:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v65 v66 172 172 update stationsp2 set the_geom=ST_Transform(the_geom, 3035) ; 173 173 }}} 174 to transform the zeros into 3035 175 {{{ 176 update station set STSetSRID(thegeom, 3035); 177 }}} 174 178 You will also have to populate the geometry_column table manually 175 179 {{{