ST_Area of a buffer differs by coordinate

المشرف العام

Administrator
طاقم الإدارة
Why are these results different? The only difference is the coordinate. Seem like the area should be the same.

select st_area(st_buffer(st_setsrid(st_point(-70, 40), 4326)::geography, 10)) AS ex1, st_area(st_buffer(st_setsrid(st_point(-71, 40), 4326)::geography, 10)) AS ex2; ex1 | ex2 ------------------+----------------- 312.338323043769 | 312.17021877505 (1 row)

أكثر...
 
أعلى