From d3a1285f6352b7a14f4d63e79c2976fea927c062 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 18 Dec 2018 14:18:43 +0100 Subject: [PATCH] Function help improvements --- resources/function_help/json/decode_uri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/function_help/json/decode_uri b/resources/function_help/json/decode_uri index 0171cfbf459..444759d9fba 100644 --- a/resources/function_help/json/decode_uri +++ b/resources/function_help/json/decode_uri @@ -5,8 +5,8 @@ "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'}"}, - { "expression":"decode_uri(@layer)", "returns":"{'layerId': NULL, 'layerName': 'layer', 'path': '/home/qgis/geopackage.shp'}"}, - { "expression":"decode_uri(@layer), 'path'", "returns":"'/home/qgis/geopackage.shp'"} + { "expression":"decode_uri(@layer)", "returns":"{'layerId': NULL, 'layerName': 'layer', 'path': '/home/qgis/geopackage.gpkg'}"}, + { "expression":"decode_uri(@layer), 'path'", "returns":"'C:\my_data\qgis\shape.shp'"} ] }