mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
add functions help
This commit is contained in:
parent
d285240375
commit
f44bcc623a
5
resources/function_help/json/CRS
Normal file
5
resources/function_help/json/CRS
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "CRS",
|
||||
"type": "group",
|
||||
"description": "This group contains functions to operate on coordinate reference system objects."
|
||||
}
|
||||
15
resources/function_help/json/crs_authid
Normal file
15
resources/function_help/json/crs_authid
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
15
resources/function_help/json/make_crs
Normal file
15
resources/function_help/json/make_crs
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "make_crs",
|
||||
"type": "function",
|
||||
"groups": ["CRS"],
|
||||
"description": "Creates a coordinate reference system from a string definition",
|
||||
"arguments": [{
|
||||
"arg": "definition",
|
||||
"description": "CRS definition"
|
||||
}],
|
||||
"examples": [{
|
||||
"expression": "make_crs('EPSG:3857')",
|
||||
"returns": "crs value 'EPSG:3857 - WGS 84 / Pseudo-Mercator'"
|
||||
}],
|
||||
"tags": ["crs", "epsg"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user