Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
354 B
Plaintext
Raw Normal View History

2025-02-07 11:26:47 +00:00
{
"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"]
}