修改显示

main
suixy 2 months ago
parent d7256777c3
commit 0db01fa839

@ -1180,7 +1180,7 @@ function getBoundingBoxAndSize(pointsArr) {
const height = Math.round(haversineDistance(minLat, minLon, maxLat, minLon));
//
const refPoint = {lon: minLon, lat: minLat};
const refPoint = {lon: maxLon, lat: minLat};
// refPoint
let nearestPoint = null;

Loading…
Cancel
Save