aboutsummaryrefslogtreecommitdiff
path: root/test/cli/test_projsync
AgeCommit message (Collapse)Author
2021-05-17projsync: make it filter out files not intended for the current versionEven Rouault
* Add a PROJ_DATA.VERSION in proj.db to indicate the target PROJ-data package version * Make projsync use that information and the version_added and version_removed properties added in https://github.com/OSGeo/PROJ-data/pull/67 to filter out files that are not relevant * Add --no-version-filtering and --verbose switches
2020-02-04Add projsync utilityEven Rouault
Fixes #1750