Skip to content

Commit

Permalink
Add vertical CRS variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Sep 13, 2024
1 parent c83256b commit 7fb469a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user_manual/expressions/functions_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7fb469a

Please sign in to comment.