mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix typo
This commit is contained in:
parent
d3a1285f63
commit
7a8939442f
@ -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'}"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user