Uh oh!
There was an error while loading. Please reload this page.
OgrFileImport/OgrTemplate updates - #1786
Open
dg0yt wants to merge 6 commits into
Open
Conversation
dg0ytforce-pushed
the
issue-1561-ogrfileimport
branch
2 times, most recently
from
December 6, 2020 13:32
1a1d5e6 to
468a2dfCompareEncapsulate the conditional transformation and its error handling. Depend on the presence of a transformation, not of a SRS.
This includes the behavioural change of not providing clipping when the layer's SRS cannot be handled.
This is a behavioural change, but it is hidden by the fact that Mapper fails to save the CS choice "Map" (GH-1768).
Choose the MapCoord builder function during construction.
If a feature does not have a SRS, we must reset the transformation instead of using the one which happened to be created before.
Adds API which e.g. allows to use "WGS 84 (G1762)" when GDAL would only offer "WGS 84". Task: GH-1264 (NAD83 vs. WGS84)
dg0ytforce-pushed
the
issue-1561-ogrfileimport
branch
from
January 5, 2021 06:21
468a2df to
1f1c0c4Compare
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve code and behaviour, prepare for more substantial changes.