Default the ascending parameter of order_parts function to true

This commit is contained in:
Harrissou Sant-anna 2021-05-07 16:17:43 +02:00 committed by Nyall Dawson
parent 56f7a47e7e
commit 15d4e877b1

View File

@ -6,7 +6,7 @@
"arguments": [
{"arg":"geometry","description":"a multi-type geometry"},
{"arg":"orderby","description":"an expression string defining the order criteria"},
{"arg":"ascending","description":"boolean, True for ascending, False for descending"}
{"arg":"ascending","optional":true,"default":"true","description":"boolean, True for ascending, False for descending"}
],
"examples": [
{