From 959ccbd111e5983219416da6c77beb2f8ab62cf6 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sat, 15 Feb 2025 16:43:19 +0100 Subject: [PATCH] Use a more user-friendly "authority ID" label --- resources/function_help/json/bearing | 4 +--- resources/function_help/json/crs_from_text | 2 +- resources/function_help/json/crs_to_authid | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/resources/function_help/json/bearing b/resources/function_help/json/bearing index e32ffd13a3e..2a783123f07 100644 --- a/resources/function_help/json/bearing +++ b/resources/function_help/json/bearing @@ -13,12 +13,10 @@ "arg": "source_crs", "optional": true, "description": "an optional string or CRS object representing the source CRS of the points. By default the current layer's CRS is used." - }, { "arg": "ellipsoid", "optional": true, - "description": "an optional string representing the acronym or the authority:ID (eg 'EPSG:7030') of the ellipsoid on which the bearing should be measured. By default the current project's ellipsoid setting is used." - + "description": "an optional string representing the acronym or the authority ID (e.g., 'EPSG:7030') of the ellipsoid on which the bearing should be measured. By default the current project's ellipsoid setting is used." }], "examples": [{ "expression": "degrees( bearing( make_point(16198544, -4534850), make_point(18736872, -1877769), 'EPSG:3857', 'EPSG:7030') )", diff --git a/resources/function_help/json/crs_from_text b/resources/function_help/json/crs_from_text index 70e01db065e..1853f96fd2a 100644 --- a/resources/function_help/json/crs_from_text +++ b/resources/function_help/json/crs_from_text @@ -2,7 +2,7 @@ "name": "crs_from_text", "type": "function", "groups": ["CRS"], - "description": "Creates a coordinate reference system from a string definition. The string can represent an auth:id code, a WKT definition, or a PROJ string definition of the CRS.", + "description": "Creates a coordinate reference system from a string definition. The string can represent an authority ID, a WKT definition, or a PROJ string definition of the CRS.", "arguments": [{ "arg": "definition", "description": "CRS definition" diff --git a/resources/function_help/json/crs_to_authid b/resources/function_help/json/crs_to_authid index 69d2172315f..e982b0ac924 100644 --- a/resources/function_help/json/crs_to_authid +++ b/resources/function_help/json/crs_to_authid @@ -2,7 +2,7 @@ "name": "crs_to_authid", "type": "function", "groups": ["CRS"], - "description": "Returns the authority:id identifier string for a coordinate reference system.", + "description": "Returns the authority ID string for a coordinate reference system.", "arguments": [{ "arg": "crs", "description": "crs value"