Aleix Alvarez

Results 1 comments of Aleix Alvarez

I had the same problem. I solved adding a center on the fitbounds method. ``` let bbox = turf.bbox(currentRegion); map.fitBounds(bbox, { padding: 20, center: turf.center( turf.points([ [bbox[0], bbox[1]], [bbox[2], bbox[3]]...