-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an error with reprojected diffs in non-text output
Non-text diff writers need to lookup CRS when doing reprojection, and they do so by checking whether the CRS has changed in the diff. When --no-sort-keys is given, it's possible for the meta deltas to be lazy, and if so then the diff writer will fail to find the CRS in the diff. This change fixes the issue by making meta deltas always non-lazy, and adds a regression test
- Loading branch information
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters