Better help message for sortKey
This commit is contained in:
parent
1a8c6c846b
commit
2149fd35a3
1 changed files with 1 additions and 1 deletions
|
@ -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._(
|
||||
|
|
Loading…
Reference in a new issue