8 Commits

Author SHA1 Message Date
Nyall Dawson
d6e3308ca3 Resync srs db
ec051fc45 updated srs db without updating the hardcoded minimum
srs ids, which was leading to crs sync errors on newer proj versions
2024-02-13 19:49:42 +10:00
Nyall Dawson
ec051fc45c Update internal srs6.db 2023-07-19 10:47:47 +10:00
Nyall Dawson
dfe9820589 Update internal srsdb and legacy mappings 2021-06-16 12:03:20 +10:00
Nyall Dawson
7057b37899 Check in updated internal srs db based on latest proj version 2020-02-27 14:33:02 +10:00
Nyall Dawson
5251852f04 Record proj version number in srs6.db after running srssync utility
And when running srssync, return early if the version number is unchanged
from the last run.

This avoids running the full (slow, on proj 6 builds) srssync with
every build, which is PITA for rapid development...
2020-02-22 06:48:10 +10:00
Nyall Dawson
b840ad7f5c Fix srcsync "... can't be updated" warnings under proj 7 2020-02-20 17:53:05 +10:00
Nyall Dawson
4e4cd313bd Add a WKT column to tbl_srs
proj string definitions of CRSes are lossy, so we need to gradually
transition to WKT definitions instead
2019-12-12 14:44:50 +10:00
Nyall Dawson
56d03f783f Ship a seperate srs.db file for proj >= 6 builds
It's too dangerous to reuse the existing one, as it breaks the
ability to run multiple versions of qgis (i.e. proj < 6 and proj >= 6)
on the same machine

Fixes #30569
2019-07-16 06:18:32 +10:00