Changes between Version 28 and Version 29 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Feb 11, 2010 10:11:16 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v28 v29  
    4141C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 3035 bdmapv2_vf2 stationsp > stationsp.sql 
    4242}}} 
    43   * We have to convert it into utf8 (as the database is posgis), in notepad, open the stationsp.sql file and convert it to utf8  
     43  * We have to convert it into utf8 (as the database is posgis), in notepad, open the stationsp.sql file and convert it to utf8[[BR]] 
     44If you don't have notepad, download it at http://sourceforge.net/projects/notepad-plus/files/notepad%2B%2B%20releases%20binary/ 
    4445{{{ 
    45 encodage>convertir en utf8 
     46Encodage>convertir en utf8 
    4647}}} 
    4748  * then we use psql to restore the file while connecting to BDMAP ...