Felankia
Felankia
Version: 7.2.0 Code: ```JavaScript let points = [] // A huge point set. About one million GPS points. points.splice(72026); // The threshold is 72026 let clustered = turf.clustersDbscan(turf.featureCollection(points), 0.1); ```...
Version: 7.2.0 Code: ```javascript let line = {}; //GeoJSON contant in [https://github.com/user-attachments/files/18392267/geojson.txt] line = turf.cleanCoords(line); let grid = turf.polygon([[[105.82001,38.30005],[105.87001,38.30005],[105.87001,38.350049999999996],[105.82001,38.350049999999996],[105.82001,38.30005]]]) turf.lineSplit(line, grid); ``` Stacktrace: ``` Error: coordinates must contain numbers at...