We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c05d commit 715e4ffCopy full SHA for 715e4ff
src/lib/geo_location_utils.js
@@ -362,7 +362,7 @@ function fetchTraceGeoData(calcData) {
362
// TODO `turf/bbox` gives wrong result when the input feature/geometry
363
// crosses the anti-meridian. We should try to implement our own bbox logic.
364
function computeBbox(d) {
365
- return turfBbox.default(d);
+ return turfBbox(d);
366
}
367
368
module.exports = {
0 commit comments