有没有一种 turfjs 方法可以让我增加线串的密度?如果没有,是否还有其他一条线可以做到这一点?
var line = {
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-24.78515625,
2.7235830833483856
],
[
-6.328125,
0.3515602939922709
]
]
}
};