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