QGIS/resources
Nyall Dawson 668d8d9185 Add new viridis color ramps (rocket, cividis, mako, turbo) to default
style

Credit to https://github.com/sjmgarnier/viridis

Note -- unless you bypass the version check on line 3271 of qgsstyle.cpp
you won't automatically see these appear in your existing style files
until the 3.20 final release!
2021-04-22 13:42:04 +10:00
..
2021-04-09 14:30:52 +02:00

Updating the srs.db
-------------------

The srs.db can be updated from the EPSG codes in the
GDAL installation:

1) Install latest GDAL, be sure to configure with --with-python.
2) Set PATH and PYTHONDIR if installed GDAL in non-standard location.
3) Run 'scripts/qgis_srs.sh > new_srs.sql'. It may take a minute or two.
4) Run 'sqlite3 new_srs.db < new_srs.sql'.'
4) Run 'sqlite3 new_srs.db <postprocess_srs.sql'

You can use sqlite3 to dump the contents from both srs.db and new_srs.db
before you decide to commit.

Magnus Homann 2009-08-19