From 2149fd35a338c63189fa8a24d150c05a9d3fc2dd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 27 Jun 2023 18:39:06 +0200 Subject: [PATCH] Better help message for sortKey --- umap/static/umap/js/umap.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.core.js b/umap/static/umap/js/umap.core.js index f3e98e0b..d2540fba 100644 --- a/umap/static/umap/js/umap.core.js +++ b/umap/static/umap/js/umap.core.js @@ -558,7 +558,7 @@ L.U.Help = L.Class.extend({ permanentCredit: L._( 'Will be permanently visible in the bottom left corner of the map' ), - sortKey: L._('Property to use for sorting features'), + sortKey: L._('Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.'), slugKey: L._('The name of the property to use as feature unique identifier.'), filterKey: L._('Comma separated list of properties to use when filtering features'), advancedFilterKey: L._(