You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ You can add optional parameters to layers:
73
73
*`filter_below` - filter areas by minimum size below this zoom level
74
74
*`filter_area` - minimum size (in square degrees of longitude) for the zoom level `filter_below-1`
75
75
*`combine_polygons_below` - merge adjacent polygons with the same attributes below this zoom level
76
+
*`z_order_ascending` - sort features in ascending order by a numeric value set in the Lua processing script (defaults to `true`: specify `false` for descending order)
76
77
77
78
Use these options to combine different layer specs within one outputted layer. For example:
0 commit comments