标签: mapbox fitbounds
如何计算fitBounds()方法的坐标点以获取MapBox中的确切区域?
答案 0 :(得分:0)
要将坐标转换为边界框,您可以使用turf.bbox:
turf.bbox
var featureBbox = turf.bbox(feature);