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

Optimise storage/calculation of geometry bounding boxes #2824

Merged
merged 2 commits into from
Feb 21, 2016

Commits on Feb 21, 2016

  1. Optimise storage/calculation of geometry bounding boxes

    - removes storage of bounding box from QgsPointV2 (gives significant
    decrease in size of object)
    - more efficient calculation of bounding box for linestrings
    
    Additionally, this commit moves the bounding box invalidation to a
    virtual QgsAbstractGeometryV2::clearCache() method, so that other
    non-bounding box caches can also be cleared when the geometry
    is modified.
    nyalldawson committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    50f01a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6116fdc View commit details
    Browse the repository at this point in the history