This commit is contained in:
Matthias Kuhn 2018-12-18 14:20:11 +01:00
parent d3a1285f63
commit 7a8939442f
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -1,7 +1,7 @@
{
"name": "decode_uri",
"type": "function",
"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.",
"arguments": [ {"arg":"layer","description":"The layer for which the uri should be decoded."},
{"arg":"part","description":"The part of the uri to return. If unspecified, a map with all uri parts will be returned."} ],
"examples": [ { "expression":"decode_uri(@layer)", "returns":"{'layerId': '0', 'layerName': '', 'path': '/home/qgis/shapefile.shp'}"},