Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a43672f

Browse files
DelazJm-kuhn
andauthoredDec 12, 2018
Fix bracket in example
Co-Authored-By: m-kuhn <matthias@opengis.ch>
1 parent 809f663 commit a43672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/decode_uri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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'}"},
88
{ "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'"}
9+
{ "expression":"decode_uri(@layer, 'path')", "returns":"'/home/qgis/geopackage.gpkg'"}
1010
]
1111
}
1212

0 commit comments

Comments
 (0)
Please sign in to comment.