Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical transformation of features in iterators #58079

Merged
merged 9 commits into from
Jul 17, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    003e517 View commit details
    Browse the repository at this point in the history
  2. Add QgsCoordinateTransform setter for QgsFeatureRequest

    Sets the coordinate transform which will be used to transform
    the feature's geometries.
    
    If this transform is valid then it will always be used to transform
    features, regardless of the destinationCrs() setting or the underlying
    feature source's actual CRS.
    
    This method should be used with caution, and it is recommended
    to use the high-level setDestinationCrs() method instead. Setting a specific
    transform should only be done when there is a requirement to use a particular
    transform, eg when a specific, non-default coordinate operation
    MUST be used for the transformation.
    nyalldawson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1f9aab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c58f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e11a6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205d24b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    594179a View commit details
    Browse the repository at this point in the history
  7. Fix some python tests

    nyalldawson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3dae629 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6f2b78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87fad86 View commit details
    Browse the repository at this point in the history