mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
|
{
|
||
|
"name": "crs_authid",
|
||
|
"type": "function",
|
||
|
"groups": ["CRS"],
|
||
|
"description": "Returns a user-friendly identifier for the CRS",
|
||
|
"arguments": [{
|
||
|
"arg": "crs",
|
||
|
"description": "crs value"
|
||
|
}],
|
||
|
"examples": [{
|
||
|
"expression": "crs_authid(make_crs('EPSG:3857'))",
|
||
|
"returns": "'EPSG:3857'"
|
||
|
}],
|
||
|
"tags": ["crs", "epsg", "authid"]
|
||
|
}
|