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

16 lines
365 B
Plaintext
Raw Normal View History

2025-02-07 11:26:47 +00:00
{
2025-02-11 09:56:54 +00:00
"name": "crs_to_authid",
2025-02-07 11:26:47 +00:00
"type": "function",
"groups": ["CRS"],
"description": "Returns a user-friendly identifier for the CRS",
"arguments": [{
"arg": "crs",
"description": "crs value"
}],
"examples": [{
2025-02-11 09:56:54 +00:00
"expression": "crs_to_authid(crs_from_text('EPSG:3857'))",
2025-02-07 11:26:47 +00:00
"returns": "'EPSG:3857'"
}],
"tags": ["crs", "epsg", "authid"]
}