Changes between Version 48 and Version 49 of CookBook join BDMAP_CCM
- Timestamp:
- Mar 1, 2010 1:26:16 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v48 v49 154 154 C:\base>C:\"Program Files"\PostgreSQL\8.4\bin\psql -d CCM_EDA -p 5433 -U postgres -f stationsp2.sql 155 155 }}} 156 At this point if you have followed the instruction, you will be in the wrong projection if you want to display both the station and stationsp2 layer, you can change this : 156 Don't forget to change the port into 5432 (celine) 157 [[BR]] 158 At this point if you have followed the instruction, you will be in the wrong projection if you want to display both the station and stationsp2 layer, you can change this : 157 159 {{{ 158 160 update stationsp2 set the_geom=ST_Transform(the_geom, 3035) ; 159 161 }}} 160 [[BR]] Don't forget to change the port into 5432 (celine)161 162 162 163 6. Joining the riversegments layer with the stationsp2 layer 163 164 164 * first create two index to speed up queries [[BR]] 165 166 * first create two index to speed up queries [[BR]] 165 167 riversegments comes from the CCM_EDA database, so put the sql code in the sql consol : CCM_EDA sur postgres@localhost 166 168