We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a1285 commit 7a89394Copy full SHA for 7a89394
resources/function_help/json/decode_uri
@@ -1,7 +1,7 @@
1
{
2
"name": "decode_uri",
3
"type": "function",
4
- "description": "Takes a layer and decodes the uri of the undelying data provider. It depends on the dataprovider, which data is available.",
+ "description": "Takes a layer and decodes the uri of the underlying data provider. It depends on the dataprovider, which data is available.",
5
"arguments": [ {"arg":"layer","description":"The layer for which the uri should be decoded."},
6
{"arg":"part","description":"The part of the uri to return. If unspecified, a map with all uri parts will be returned."} ],
7
"examples": [ { "expression":"decode_uri(@layer)", "returns":"{'layerId': '0', 'layerName': '', 'path': '/home/qgis/shapefile.shp'}"},
0 commit comments