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

Fix $length in labels #9063

Merged
merged 3 commits into from
Feb 14, 2019
Merged

Fix $length in labels #9063

merged 3 commits into from
Feb 14, 2019

Commits on Feb 14, 2019

  1. Fix $length in labels (fixes qgis#19355)

    Use the project expression scope to access project
    parameters (ellipsoid and distance/area units)
    Hugo Mercier committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    8091966 View commit details
    Browse the repository at this point in the history
  2. Fix QgsExpressionNodeColumnRef::prepareNode

    Look also for the attribute in the feature, as it is done by evalNode()
    Hugo Mercier committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ee980ca View commit details
    Browse the repository at this point in the history
  3. QgsExpression: set setGeomCalculator precedence

    setGeomCalculator, setDistanceUnits and setAreaUnits have now
     precedence over expression scopes.
    Hugo Mercier committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e4288e5 View commit details
    Browse the repository at this point in the history