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
@@ -77,6 +77,7 @@ You can add optional parameters to layers:
77
77
*`simplify_level` - how much to simplify features (in degrees of longitude) on the zoom level `simplify_below-1`
78
78
*`simplify_length` - how much to simplify features (in kilometers) on the zoom level `simplify_below-1`, preceding `simplify_level`
79
79
*`simplify_ratio` - (optional: the default value is 2.0) the actual simplify level will be `simplify_level * pow(simplify_ratio, (simplify_below-1) - <current zoom>)`
80
+
*`simplify_algorithm` - which simplification algorithm to use (defaults to Douglas-Peucker; you can also specify `"visvalingam"`, which can be better for landuse and similar polygons)
80
81
*`filter_below` - filter areas by minimum size below this zoom level
81
82
*`filter_area` - minimum size (in square degrees of longitude) for the zoom level `filter_below-1`
82
83
*`feature_limit` - restrict the number of features written to each tile
0 commit comments