2025-02-14 08:48:38 +10:00

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"]
}