mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Use a more user-friendly "authority ID" label
This commit is contained in:
parent
1265fb2f30
commit
959ccbd111
@ -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') )",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user