Skip to content

Commit d3a1285

Browse files
committedDec 18, 2018
Function help improvements
1 parent 65e60d1 commit d3a1285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/function_help/json/decode_uri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"arguments": [ {"arg":"layer","description":"The layer for which the uri should be decoded."},
66
{"arg":"part","description":"The part of the uri to return. If unspecified, a map with all uri parts will be returned."} ],
77
"examples": [ { "expression":"decode_uri(@layer)", "returns":"{'layerId': '0', 'layerName': '', 'path': '/home/qgis/shapefile.shp'}"},
8-
{ "expression":"decode_uri(@layer)", "returns":"{'layerId': NULL, 'layerName': 'layer', 'path': '/home/qgis/geopackage.shp'}"},
9-
{ "expression":"decode_uri(@layer), 'path'", "returns":"'/home/qgis/geopackage.shp'"}
8+
{ "expression":"decode_uri(@layer)", "returns":"{'layerId': NULL, 'layerName': 'layer', 'path': '/home/qgis/geopackage.gpkg'}"},
9+
{ "expression":"decode_uri(@layer), 'path'", "returns":"'C:\my_data\qgis\shape.shp'"}
1010
]
1111
}
1212

0 commit comments

Comments
 (0)
Please sign in to comment.