Skip to content
On this page

根据边界计算最小正方形边界(square)

js
npm install @turf/square

根据边界框生成一个正方形区域

Takes a bounding box and calculates the minimum square bounding box that would contain the input

参数

参数类型描述
bboxBBox按照 minX、minY、maxX、maxY的顺序显示的bbox范围
optionsObject配置项

返回(Returns)

BBox - 一个围绕bbox的正方形