From eac5f8e52122ffc3bc76e400a1df2a48c3c3c8d8 Mon Sep 17 00:00:00 2001 From: Germap Date: Thu, 23 Nov 2023 23:22:27 -0500 Subject: [PATCH] [Expressions] Add missing tag (crs ellipsoid) to layer_property function --- resources/function_help/json/layer_property | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/layer_property b/resources/function_help/json/layer_property index 0070b84caa1..91417850c23 100644 --- a/resources/function_help/json/layer_property +++ b/resources/function_help/json/layer_property @@ -20,5 +20,5 @@ "expression": "layer_property('landsat','crs')", "returns": "'EPSG:4326'" }], - "tags": ["property", "matching", "metadata", "layer name", "layer id", "title", "abstract", "keywords", "data url", "attribution", "attribution url", "layer source", "minimum scale", "min scale", "maximum scale", "max scale", "is editable", "crs", "crs definition", "crs description", "layer extent", "distance units", "layer type", "storage type", "geometry type", "feature count", "file path"] + "tags": ["property", "matching", "metadata", "layer name", "layer id", "title", "abstract", "keywords", "data url", "attribution", "attribution url", "layer source", "minimum scale", "min scale", "maximum scale", "max scale", "is editable", "crs", "crs definition", "crs description", "crs ellipsoid", "layer extent", "distance units", "layer type", "storage type", "geometry type", "feature count", "file path"] }