const BBox = turfBbox({ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.76123046875, 41.541477666790286 ], [ -76.2890625, 41.541477666790286 ], [ -76.2890625, 42.114523952464246 ], [ -77.76123046875, 42.114523952464246 ], [ -77.76123046875, 41.541477666790286 ] ] ] } });