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