QGIS/resources/srs.db
Juergen E. Fischer 7805af3cf1 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));
2013-07-04 08:29:00 +02:00

1.0 MiB