Project: QGIS

Version: 3.30

Feature: Add x_at, y_at, z_at, m_at expression functions

The available $functions are considered deprecated ($x_atand$y_at`), and instead of operating on the current feature geometry the functions instead support a feature geometry as arguments.

The changes for these expressions include the creation of similar functions for other geometry measurements. These new functions include:

  • x_at(geometry, i)
  • y_at(geometry, i)
  • z_at(geometry, i)
  • m_at(geometry, i)

This feature was funded by Métropole Européenne de Lille

This feature was developed by Antoine Facchini