Changes between Version 121 and Version 122 of CookBook join BDMAP_CCM
- Timestamp:
- Sep 1, 2010 5:28:30 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v121 v122 227 227 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "update bd_map.stationsp2 set the_geom= ST_SetSRID(the_geom, 3035);" 228 228 }}} 229 230 {{{ 231 --Céline 232 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "update bd_map.stationsp2 set the_geom=ST_Transform(the_geom, 3035);" 233 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "update bd_map.stationsp2 set the_geom= ST_SetSRID(the_geom, 3035);" 234 }}} 235 229 236 You will also have to populate the geometry_column table manually 230 237 {{{