Changes between Version 48 and Version 49 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 1, 2010 1:26:16 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v48 v49  
    154154C:\base>C:\"Program Files"\PostgreSQL\8.4\bin\psql -d CCM_EDA -p 5433 -U postgres -f stationsp2.sql 
    155155}}} 
    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 : 
     156Don't forget to change the port into 5432 (celine) 
     157[[BR]]  
     158At 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 : 
    157159{{{ 
    158160update stationsp2 set the_geom=ST_Transform(the_geom, 3035) ; 
    159161}}} 
    160 [[BR]] Don't forget to change the port into 5432 (celine) 
    161162 
    162163 6. Joining the riversegments layer with the stationsp2 layer 
    163164 
    164   * first create two index to speed up queries [[BR]] 
     165   
     166 * first create two index to speed up queries [[BR]] 
    165167riversegments comes from the CCM_EDA database, so put the sql code in the sql consol : CCM_EDA sur postgres@localhost 
    166168