From 662876d8ab3d4d0e2e3b123304dda61ee85a6ef1 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Thu, 5 Sep 2024 09:10:38 +0200 Subject: [PATCH] Add vertical CRS variables --- docs/user_manual/expressions/functions_list.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/user_manual/expressions/functions_list.rst b/docs/user_manual/expressions/functions_list.rst index 31bae7465ad..081ba23c899 100644 --- a/docs/user_manual/expressions/functions_list.rst +++ b/docs/user_manual/expressions/functions_list.rst @@ -1158,6 +1158,14 @@ To use these variables in an expression, they should be preceded by the "layer_id", "The ID of current layer" "layer_ids", "The IDs of all the map layers in the current project as a list" "layer_name", "The name of current layer" + "layer_vertical_crs", "The Identifier for the vertical coordinate reference system + of the layer (e.g., 'EPSG:5703')" + "layer_vertical_crs_definition", "The full definition of the vertical Coordinate + reference system of the layer" + "layer_vertical_crs_description", "The name of the vertical Coordinate reference + system of the layer" + "layer_vertical_crs_wkt", "The WKT definition of the vertical + Coordinate reference system of the current layer" "layers", "All the map layers in the current project as a list" "layout_dpi", "The composition resolution (DPI)" "layout_name", "The layout name"