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: 4.2.0/reference.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -677,6 +677,16 @@
677
677
"range": "0-1",
678
678
"doc": "Smooths out geometry angles. 0 is no smoothing, 1 is fully smoothed. Values greater than 1 will produce wild, looping geometries."
679
679
},
680
+
"smooth-algorithm": {
681
+
"css": "line-smooth-algorithm",
682
+
"type": ["basic",
683
+
"adaptive"
684
+
],
685
+
"expression":true,
686
+
"default-value": "basic",
687
+
"default-meaning": "The geometry will be simplified using the original non-adaptive algorithm.",
688
+
"doc": "Set the alogorithm used to smooth geometries. `adaptive` will increase the number of interpolation points at sharper bends, leading to more realistic smoothing."
0 commit comments