[QGIS Commit] [qgis/Quantum-GIS] 7805af: crssync: exclude some records from updates from GD...
GitHub
noreply at github.com
Wed Jul 3 23:30:07 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 7805af3cf1afdb18424df9e1a8785c808b7b3b2d
https://github.com/qgis/Quantum-GIS/commit/7805af3cf1afdb18424df9e1a8785c808b7b3b2d
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M resources/srs.db
M src/core/qgscoordinatereferencesystem.cpp
Log Message:
-----------
crssync: exclude some records from updates from GDAL
sqlite3 resources/srs.db
sqlite> alter table tbl_srs add noupdate boolean;
sqlite> update tbl_srs set noupdate=(auth_name='EPSG' and auth_id in (5513,5514,5221,2065,102067,4156,4818));
More information about the QGIS-commit
mailing list