Project: QGIS

Version: 2.18.0

Feature: New expression functions

QGIS 2.18 adds several new expression functions, including functions for angle/distance interpolation.

  • line_merge: merges a MultiLineString geometry into connected LineStrings
  • boundary: returns a geometry's topological boundary, ie for polygons this is a MultiLineString representing the polygon's rings
  • angle_at_vertex: returns the average (bisector) angle to a geometry at a specified vertex index
  • distance_to_vertex: returns distance along geometry to a specified vertex index
  • line_interpolate_angle: calculates the angle parallel to a geometry at the specified distance along the geometry
  • line_interpolate_point: returns a point on line at distance
  • line_locate_point: returns distance along line to nearest line location closest to specified point

This feature was funded by Andreas Neumann

This feature was developed by Nyall Dawson (North Road)