根据边界计算最小正方形边界(square)
js
npm install @turf/square
根据边界框生成一个正方形区域
Takes a bounding box and calculates the minimum square bounding box that would contain the input
参数
参数 | 类型 | 描述 |
---|---|---|
bbox | BBox | 按照 minX、minY、maxX、maxY的顺序显示的bbox范围 |
options | Object | 配置项 |
返回(Returns)
BBox
- 一个围绕bbox
的正方形