~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to resources/README

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Updating the srs.db
 
2
-------------------
 
3
 
 
4
The srs.db can be updated from the EPSG codes in the
 
5
GDAL installation:
 
6
 
 
7
1) Install latest GDAL, be sure to configure with --with-python.
 
8
2) Set PATH and PYTHONDIR if installed GDAL in non-standard location.
 
9
3) Run 'scripts/qgis_srs.sh > new_srs.sql'. It may take a minute or two.
 
10
4) Run 'sqlite3 new_srs.db < new_srs.sql'.'
 
11
4) Run 'sqlite3 new_srs.db <postprocess_srs.sql'
 
12
 
 
13
You can use sqlite3 to dump the contents from both srs.db and new_srs.db
 
14
before you decide to commit.
 
15
 
 
16
Magnus Homann 2009-08-19
 
 
b'\\ No newline at end of file'