Project: QGIS

Version: 2.6.0

Feature: Additional expressions types and options

  • Allow using + for string concatenation.
  • New keyword: attribute( feature, attribute_name ) - gets the specified attribute from a feature.
  • New keyword: $currentfeature - returns the current feature.
  • New keyword: $atlasfeature - returns the atlas feature.
  • New keyword: getFeature - gets a matching feature from a layer.