Skip to content

Commit

Permalink
Use a more user-friendly "authority ID" label
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Feb 15, 2025
1 parent 3464245 commit 288a65f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions resources/function_help/json/bearing
Original file line number Diff line number Diff line change
Expand Up @@ -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') )",
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/json/crs_from_text
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/json/crs_to_authid
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 288a65f

Please # to comment.